Scrollbars problem with jQuery UI dialog

Bug #676937 reported by Benjamin Morel
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
chive
Confirmed
Low
Unassigned

Bug Description

When opening a jQuery UI dialog (for example when clicking on the Theme or Language tab on the log in page), scrollbars appear under IE8. This is a jQuery bug documented here :
http://bugs.jqueryui.com/ticket/3623

But this bug has fixes available, see this comment for example :

.ui-widget-overlay {
   position: fixed; /* <---------- */
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

Revision history for this message
David Roth (davrot) wrote :

Thanks for the report.

Changed in chive:
assignee: nobody → David Roth (davrot)
importance: Undecided → Low
milestone: none → 0.4.1
status: New → Confirmed
David Roth (davrot)
Changed in chive:
assignee: David Roth (davrot) → nobody
milestone: 0.4.1 → none
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.