Closed
Bug 307941
Opened 19 years ago
Closed 15 years ago
fixed size frames are auto scrolled if there is image buttons higher than the frame and user clicks on one of them
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: zrg, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4 Fixed size frames are auto scrolled if there is image buttons higher than the frame and user clicks on one of them. Sorry but the site epay.bg is for registered users only. So below is the code of the frameset: <HTML> <TITLE> ePay.bg </TITLE> <FRAMESET rows="70,*" BORDER=0 FRAMESPACING=0 FRAMEBORDERS=0> <FRAME SRC="top.shtml" NAME="top" SCROLLING="no" MARGINWIDTH=0 MARGINHEIGHT=0 BORDER=0 FRAMESPACING=0 FRAMEBORDER=0 NORESIZE> <FRAME SRC="menuregistry_startup.shtml" NAME="menu" SCROLLING="auto" MARGINWIDTH=0 MARGINHEIGHT=0 BORDER=0 FRAMESPACING=0 FRAMEBORDER=0 NORESIZE> </FRAMESET> <NOFRAMES> <P>This site uses frames.</P> </NOFRAMES> </HTML> In the "top" frame put a image button with height more than 70 pixels (for example 100). And make it to load content of "menu" frame on clicking on this button. The Firefox will scroll the "top" frame when you click the button. I checked on my desktop PC with Windows 2000 and Firefox 1.0.6 and this behaviour does not present. It is not scrolling the fix-sized frame. Regards, A.Strashilov Reproducible: Always Steps to Reproduce: 1. Create frameset page using below code: <HTML> <TITLE> ePay.bg </TITLE> <FRAMESET rows="70,*" BORDER=0 FRAMESPACING=0 FRAMEBORDERS=0> <FRAME SRC="top.shtml" NAME="top" SCROLLING="no" MARGINWIDTH=0 MARGINHEIGHT=0 BORDER=0 FRAMESPACING=0 FRAMEBORDER=0 NORESIZE> <FRAME SRC="menuregistry_startup.shtml" NAME="menu" SCROLLING="auto" MARGINWIDTH=0 MARGINHEIGHT=0 BORDER=0 FRAMESPACING=0 FRAMEBORDER=0 NORESIZE> </FRAMESET> <NOFRAMES> <P>This site uses frames.</P> </NOFRAMES> </HTML> 2. In the "top" frame put a image button with height more than 70 pixels (for example 100). And make it to load content of "menu" frame on clicking on this button. 3. Click on the button 4. The Firefox will scroll the "top" frame when you click the button. I checked on my desktop PC with Windows 2000 and Firefox 1.0.6 and this behaviour does not present. It is not scrolling the fix-sized frame. Actual Results: The Firefox will scroll the "top" frame when you click the button. I checked on my desktop PC with Windows 2000 and Firefox 1.0.6 and this behaviour does not present. It is not scrolling the fix-sized frame. Expected Results: the fix-sized frame should not be automatically scrolled when you click on item in them.
Comment 1•15 years ago
|
||
This bug was reported on Firefox 2.x or older, which is no longer supported and will not be receiving any more updates. I strongly suggest that you update to Firefox 3.6.3 or later, update your plugins (flash, adobe, etc.), and retest in a new profile. If you still see the issue with the updated Firefox, please post here. Otherwise, please close as RESOLVED > WORKSFORME http://www.mozilla.com http://support.mozilla.com/kb/Managing+profiles http://support.mozilla.com/kb/Safe+mode
Version: unspecified → 1.0 Branch
Comment 2•15 years ago
|
||
No reply, INCOMPLETE. Please retest with Firefox 3.6.3 or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•