Closed
Bug 714567
Opened 13 years ago
Closed 13 years ago
Using jquery show and hide causes hidden div to still be displayed
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: hosang, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0
Build ID: 20111104165243
Steps to reproduce:
Using jquery Hide method i hid a div that was 600px in height and used the show method to show a div that was 300px in height. I was using jquery 1.7.1
Actual results:
the 300px div was shown but from vertical pixels 301-600 the old 600px div is still shown as if the new shown div is just overlapping the 600px div. If you refresh the screen it properly only shows the 300px div.
This worked fine in Android Firefox 6 and 7 but breaks in 8.
Expected results:
It should only show the 300px div
Reporter | ||
Updated•13 years ago
|
OS: Windows 7 → Android
Product: Firefox → Fennec
Hardware: x86_64 → All
Version: 8 Branch → Firefox 8
Reporter | ||
Comment 1•13 years ago
|
||
this has been fixed in firefox 9
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•