Closed Bug 12536 Opened 25 years ago Closed 25 years ago

W/bottom toolbar minimized, frame gets resized twice when moving mouse over link

Categories

(Core :: DOM: UI Events & Focus Handling, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED WORKSFORME

People

(Reporter: andreas.premstaller, Assigned: joki)

References

()

Details

* SUMMARY
When the bottom toolbar is minimized in apprunner, a horizontal lower frame gets
resized twice (smaller and back to original size) when moving the mouse over
link in the upper frame.

* STEPS TO REPRODUCE
0) Launch apprunner
1) Go to the test page (http://oehinfo.uibk.ac.at/natwi/chemie/test/frames.html)
   or load frames.html (below)
2) Minimize the toolbar at the bottom of the page (Navigator/Mail/Composer icon)
3) Move the mouse over the link in the upper window

* RESULT
The lower frame quickly changes height twice going back to original at the end.
Specially annoying if you have many links in the upper window.

* REGRESSION
- Occurs On
        apprunner (build 1999082513 for win32), tested on WinNT SP5 and Win95B
        apprunner (M8.5)

* HTML SNIPPET
- frames.html
-------------
<HTML>
<FRAMESET  ROWS="*,50">
  <FRAME SRC=top.html>
  <FRAME SRC=bottom.html>
</FRAMESET>
</HTML>

- top.html
----------
<HTML><BODY>
Move over this <A HREF="link.html" TARGET="_top">link</A>
</BODY></HTML>

- bottom.html
-------------
<HTML><BODY BGCOLOR="blue"></BODY></HTML>
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Marking worksforme. This problem used to happen (I think) for any page with a
link on it, and not just framed pages (the frameset was not necessary to
reproduce the problem; all you had to do was collapse the bottom toolbar). If
this problem still happens, please reopen. Thanks.
Status: RESOLVED → VERIFIED
verified on WinNT, Win98, MacPPC, Linux
1999090808
Component: Event Handling → User events and focus handling
You need to log in before you can comment on or make changes to this bug.