Can't create a scrollable web dialog. Bug?
-
Hey Ruby Masters....
I can't for the life of me get my web dialogs to scroll. Is this a bug? Can anyone get this to work? I am using Windows Vista Home Premium and IE7.dlg=UI;;WebDialog.new("Title", true,"RegKey", 800, 800, 100, 50, true)
The second parameter is supposed to set the dialog to be scrollable.
Has anyone else had this problem?
Thanks. -
I have not had that bug, but I don't run Vista or IE 7 either.
The scrolling should indicate that a scrollbar will be shown IF NEEDED. Does resizing the window to make it smaller cause a scrollbar to show up? Do you have enough data elements in your dialog to cause it to not fit within the specified area?
Todd
-
@unknownuser said:
I have not had that bug, but I don't run Vista or IE 7 either.
The scrolling should indicate that a scrollbar will be shown IF NEEDED. Does resizing the window to make it smaller cause a scrollbar to show up? Do you have enough data elements in your dialog to cause it to not fit within the specified area?
Todd
Yes, there is no question that scrollbars are necessary. Data does not fit within the dialogs. Resizing does not make a difference. Maybe it's an IE 7 problem.
-
It's a bug. I reported it to Google for you.
Todd
Advertisement