overylay fields are visible in msie when the overlay is hidden

Bug #998229 reported by Curtis Hovey
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Fix Released
High
Curtis Hovey

Bug Description

There are several overlay forms whose fields are visible in internet explorer when the overlay has not yet been made invisible. Some widgets/overlays are disabled for IE because the fields would be visible and interfere with other tasks on the page. The problem is that visibility property is broken is IE 8 and below. The fix is trivial since display property works fine.

.yui3-lazr-formoverlay-hidden input {
    /* msie 8 and below do not support visibility:hidden for <input> */
    display: none;
}

[1] http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(CSS)#trident_visibility

Related branches

Revision history for this message
Launchpad QA Bot (lpqabot) wrote :
tags: added: qa-needstesting
Changed in launchpad:
status: In Progress → Fix Committed
Curtis Hovey (sinzui)
tags: added: qa-ok
removed: qa-needstesting
Revision history for this message
William Grant (wgrant) wrote :

Not directly related to this bug, but part of the same fix: I think the filter would be better as "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=0, Color='#aaaaaa'), progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=90, Color='#aaaaaa'), progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=180, Color='#aaaaaa'), progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=270, Color='#aaaaaa')", which does it on all sides. No rounded corners, but it looks much better than what's there now.

William Grant (wgrant)
Changed in launchpad:
status: Fix Committed → Fix Released
Curtis Hovey (sinzui)
tags: added: sharing
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.