Displaying 20 results from an estimated 10000 matches similar to: "Page doesn''t have scroll bar :/"
2006 Jul 18
5
Right-click popup menu?
Hi,
I have a partial frame on the side of a page which shows the current
users logged in (as text). Now, I would like to be able to right-click
on each user''s name, and get a menu containing links such as "View
Profile", "Send Message", etc. These links could open in a new window.
Is this possible? Any help would be greatly appreciated.
Thanks,
Aditya Rajgarhia
2006 Aug 10
7
Radio Button events
Hi,
I have observers for a group of radio buttons, an observe_field for each
radio button (I think its not possible to have one observe_field for a
group of radio buttons).
Now, the problem is that when I click on one radio button, all the
observers get trigerred, so the method which the observe_field calls
gets the wrong result. I just want that method to get the radio button
that is
2006 Aug 18
4
Button on view
Hi,
I have a page containing 3 views (2 are partials). One of the partials
needs to have a button that will clear a table called "messages" in the
database.
I can put a button like this "<%= button_to "Clear Messages", :action =>
''clear_messages'' %>" and have the controller do "Message.delete_all".
But the problem is that the
2006 Aug 04
2
observe_field for radio_button
Hi,
I need to observe a set of radio buttons but am having great trouble. My
observe_field looks like this:
<%= observe_field :user_select, :frequency => 0, :url => { :action =>
:admin_control } %>
Now it works fine if I use a text_field like this:
<%= text_field :user, :select, "size" => 20, "maxlength" => 16 %>
But I want a radio button, and
2006 Feb 27
1
Help!!! horizontal scroll doesn''t appear on the browser!!!
Hi,
in my rhtml, I have two parts, the main part and a
partial, the main part has a width almost the same,
but
the partial is much longer and width. when it happens.
the vertical scroll appear correctly on the browser,
but the horizontal scroll doesn''t appear on the
browser, it appears instead on the partial render
part, so I have to scoll down until the end of the
partial, that use the
2006 Jun 02
3
Chat Room development
Hi,
I was wondering if it is possible to create a chat room using Ruby/Rails
(similar to the Java ones used by Talkcity, Yahoo, etc).
Not many people will be using it since it''s just for an educational
experiment. If possible, will it be able to insert the text immediately?
I mean, I don''t know of any techniques besides Java applets that can do
that, which is why I ask
2006 Jan 02
4
Autocompleter with a scroll bar
Has anyone been able to make scrollable results for an autocompleter?
Thanks!
2018 Oct 13
1
Scroll bar arrows missing and behaviour change
> Hmmm... It works for me on both CentOS 7 (Firefox 60.2.1) and Fedora 28
> (Firefox 62.0.3).
>
> As per the linked documentation - What happens if you SHIFT-CLICK on the
> scroll bar? On my systems I find that SHIFT-CLICK on the scroll bar
> produces
> the "warp speed" behavior, exactly as expected.
>
>
>
2018 Oct 12
2
Scroll bar arrows missing and behaviour change
>
> I agree that issue with the scroll bar jumping all over is really
> annoying!
> It is actually a feature of Gnome and GTK. It can be changed by editing a
> file:
>
> ~/.config/gtk-3.0/settings.ini
>
> [Settings]
> gtk-primary-button-warps-slider=0
>
>
I also find this behavior annoying. I tried adding this settings file (it
didn't exist) and logging
2008 Feb 13
1
changing scroll bar behavior
I need to change the behavior of the scrollbar when the user presses
up/down arrows on the scroll bar. Specifically, I''d like to be able to
set the number of pixels that scrollTop changes by when this happens.
I have a div with no content that I set a height equal to the number
of discrete positions I need to scroll through. I then tried to set
lineHeight and fontSize to 1 and 1px
2006 Feb 27
0
when partial render is wider than the main part, scroll doesn''t appear on the browser!!!
Hi,
in my rhtml, I have two parts, the main part and a
partial, the main part has a width almost the same,
but
the partial is much longer and width. when it happens.
the vertical scroll appear correctly on the browser,
but the horizontal scroll doesn''t appear on the
browser, it appears instead on the partial render
part, so I have to scoll down until the end of the
partial, that use the
2018 Oct 12
1
Scroll bar arrows missing and behaviour change
On Friday 12 October 2018 12:19:40 Bill Gee wrote:
> I agree that issue with the scroll bar jumping all over is really annoying!
> It is actually a feature of Gnome and GTK. It can be changed by editing a
> file:
>
> ~/.config/gtk-3.0/settings.ini
>
> [Settings]
> gtk-primary-button-warps-slider=0
>
> You may have to create this file. Firefox is a good GTK
2018 Oct 12
6
Scroll bar arrows missing and behaviour change
I have done some Googling on this but everything I've found appears to be at
least 2 years old and mostly refers to Gnome
TBH, I'm surprised nobody else has mentioned it - maybe it's only happened to
me.
At some point over the last few months the behaviour of the scroll bars
changed and I'm finding it very annoying.
Firstly, the arrows have vanished.
Secondly, when clicking
2015 Dec 09
2
syslinux 6.03 bug related to rev shadow and scroll bar with vshift
I thought I've found three bugs on syslinux 6.03:
(1) With sample config file as is, i.e. leaving commented MENU VSHIFT
and MENU COLOR UNSEL but uncommented MENU COLOR SEL:
A black "border" is displayed below the selected line and on its right edge.
(2) Uncommenting MENU COLOR UNSEL:
This effect appears also on separators and on right edge on every
unselected lines.
(3)
2005 Aug 15
6
Possible to scroll window when user drags a draggable?
It doesn''t seem to be possible, but perhaps somebody knows a trick. I
have some lists that get too long and users can''t drag from list 10,
for example, to list 1. Is there a way to get the browser window to
scroll as they drag the item up?
Thanks!
Tom
2018 Oct 12
1
Scroll bar arrows missing and behaviour change
Leroy Tennison wrote:
> And I thought it was a Kubuntu (Ubuntu with KDE desktop for those who
> aren't familiar) thing! Apparently it's a KDE thing. I haven't
> experienced the scrollbar aspect (or maybe I just haven't done what you
> do) but my arrows are missing too. I'm thinking this is a KDE Blasted
> Ugly Gotcha (BUG). BTW, if you haven't already
2006 Aug 11
1
Store Javascript variable''s value into Rails variable
Hi,
I have a javascript function that returns a value. Is it possible to
store this value into a rails variable?
If you really want to know the reason why I need to do such a thing,
look at http://www.ruby-forum.com/topic/76733. If it''s possible to store
the javascript value into the rails variablem then the problem is
solved.
Thanks!
--
Posted via http://www.ruby-forum.com/.
2006 Jul 19
4
Using Application.rhtml as layout for all controllers
I put my nav system in application layout. that way any controller
loading will have the nav system. I have one problem though - the <%=
yield %> is in the body, so how would my controllers specify other css
files?
my application layout would look like this:
<html>
<head>
title
css include
javascript include
</head>
<body>
nav system
<%=yield%>
2006 Mar 08
4
scrollbar doesn''t show on the right place when using partial( )
Hi,
I''m using partial() to connect ours pages togother,
however, one of the partials is larger than the other,
when it happens, instead of create a scrollbar on the
browser, a scrollbar appears at the end of the
partial, since the partial is in the middle of the web
site. it isn''t really good... So does some one know
how to remove the scrollbar on the partial and put it
on the
2006 Jul 17
7
Ajax Tabbed Browsing
I was wondering if anyone has done this, namely make tabbed browsing
exactly like a web browser, but have it within the page.
I would like to make a search function that updates a section of the
page with the results, as well as makes a new tab that displays those
search results. Then, if a user did 5 searches, there would be 5 tabs.
Each tab would hide the other 4 results and show the