Closed Bug 66791 Opened 24 years ago Closed 24 years ago

htmlwizard.net - phpmyadmin uses visibility:hidden for Moz and display:none for IE

Categories

(Tech Evangelism Graveyard :: English US, defect, P3)

defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: andre, Assigned: bc)

References

()

Details

Attachments

(1 file)

b: 2000-01-26-04 os: w2k reproduceable using phpmyadmin (www.htmlwizard.net) I discovered a very unpleasant (if working with large sets of collapsable data) alignment bug, mozilla does align all elements as if they were all decollapsed (IE does correctly (for comparison)), just watch the reduced attatched testcase and try to collapse/decollapse fields
Attached file reduced testcase
The testcase has different codepaths for IE and non-IE DOM-capable browsers. In particular, it uses display:none for IE and visibility:hidden for non-IE browsers. The W3C spec says that boxes with display:none do not affect layout, while those with visibility:hidden do. So both browsers (IE and Mozilla) are actually rendering this correctly; they are just being told to render totally different things. We should evangelize the authors of phpmyadmin to fix their product to use display:none for all DOM-capable browsers. Note: this is not completely a duplicate of bug 22517, but is related to it.
Assignee: pierre → evangelism
Component: Style System → Evangelism
OS: Windows 2000 → All
QA Contact: ian → zach
Hardware: PC → All
Summary: mis-alignment with (de)collapsable elements → phpmyadmin uses visibility:hidden for Moz and display:none for IE
Reassigning evangelism bugs to bclary@netscape.com.
Assignee: evangelism → bclary
Priority: -- → P3
Summary: phpmyadmin uses visibility:hidden for Moz and display:none for IE → htmlwizard.net - phpmyadmin uses visibility:hidden for Moz and display:none for IE
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
new url, phpMyAdmin 2.2.0 (coming out this sunday) fixes this, I got the latest cvs build and it shows correctly (compared to 2.1.0). Marking thus.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Verified 2002022703/WinXP
Status: RESOLVED → VERIFIED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: