|
Posted by AES/newspost on July 22, 2004, 8:04 pm
Please log in for more thread options
Just been involved with a web site where clicking a button on the main
page opened a second (or secondary) window intended to function like a
dialog box in Apple GUI jargon. (The primary page was a private
nonprofit organization's home page and the secondary window was actually
an election ballot.)
The secondary window opened smaller than the primary page, both
vertically and horizontally, with a vertical scroll bar which had the
usual slider, an up arrow at the top of the bar, but -- unusual, in my
experience -- no down arrow at the bottom (though the slider could be
dragged down, or clicked down by clicking below it in the scroll bar
itself).
Other pages on the same site and linked to from the same home page had
normal scroll bars when needed, with arrows at both ends.
Would this be due to some kind of coding glitch in the HTML, for the
primary page or the second window, and what kind of glitch or error
might this be?
|
|
Posted by Mark Tranchant on July 23, 2004, 9:03 am
Please log in for more thread options
AES/newspost wrote:
> Just been involved with a web site where clicking a button on the main
> page opened a second (or secondary) window intended to function like a
> dialog box in Apple GUI jargon. (The primary page was a private
> nonprofit organization's home page and the secondary window was actually
> an election ballot.)
>
> The secondary window opened smaller than the primary page, both
> vertically and horizontally, with a vertical scroll bar which had the
> usual slider, an up arrow at the top of the bar, but -- unusual, in my
> experience -- no down arrow at the bottom (though the slider could be
> dragged down, or clicked down by clicking below it in the scroll bar
> itself).
>
> Other pages on the same site and linked to from the same home page had
> normal scroll bars when needed, with arrows at both ends.
>
> Would this be due to some kind of coding glitch in the HTML, for the
> primary page or the second window, and what kind of glitch or error
> might this be?
Unlikely, as HTML doesn't give much scope for fiddling with OS widgets.
Sounds like a browser bug on window resizing. Browser? OS? URL?
--
Mark.
|
|
Posted by AES/newspost on July 23, 2004, 9:17 am
Please log in for more thread options
> > Would this be due to some kind of coding glitch in the HTML, for the
> > primary page or the second window, and what kind of glitch or error
> > might this be?
> Unlikely, as HTML doesn't give much scope for fiddling with OS widgets.
> Sounds like a browser bug on window resizing. Browser? OS? URL?
Mac OS 9.2, Netscape 7.0.something.
Sorry, can't give URL -- private group's election page, needs password.
|
|
Posted by Steve Pugh on July 23, 2004, 9:05 pm
Please log in for more thread options
>Just been involved with a web site where clicking a button on the main
>page opened a second (or secondary) window intended to function like a
>dialog box in Apple GUI jargon. (The primary page was a private
>nonprofit organization's home page and the secondary window was actually
>an election ballot.)
>
>The secondary window opened smaller than the primary page, both
>vertically and horizontally, with a vertical scroll bar which had the
>usual slider, an up arrow at the top of the bar, but -- unusual, in my
>experience -- no down arrow at the bottom (though the slider could be
>dragged down, or clicked down by clicking below it in the scroll bar
>itself).
The only thing I can think of was the the new window was positioned so
that it's bottom end was off the bottom of the desktop. This happens
quite often when authors create popup windows with large heights via
JavaScript.
>Would this be due to some kind of coding glitch in the HTML, for the
>primary page or the second window, and what kind of glitch or error
>might this be?
I can't think of anything in HTML that could cause this. If the popup
was created via JavaScript then the height and/or the position could
have been set too great/low.
Steve
--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor
|
| Similar Threads | Posted | | Vertical and Horizontal Frames that Scroll Together | October 7, 2004, 5:35 pm |
| Only Vertical Scroll bar no horizontal bars | August 26, 2005, 3:44 am |
| How to save vertical scroll postion and later set it | November 10, 2006, 6:08 am |
| dropdownlist border and dropdown arrow? | July 16, 2007, 12:16 am |
| Show right arrow character in Mozilla and Opera? | July 19, 2004, 2:34 pm |
| How can I display a right arrow in IE aligned vertically in the middle? | October 16, 2005, 9:39 am |
| I need "Select"(size=1) to show scrollbar when clicking down arrow | August 16, 2007, 2:49 am |
| I need "Select"(size=1) to show scrollbar when clicking down arrow | August 16, 2007, 2:50 am |
| Trying to align something at the very bottom | August 19, 2006, 3:50 pm |
| Bottom of RSS Feed cut-off? | May 25, 2007, 10:08 am |
|