Skip to main content

Search and Top Navigation

#6699 closed bug (worksforme)

Opened November 26, 2010 09:44PM UTC

Closed December 01, 2010 01:32PM UTC

Concatenated CSS file has wrong order (resizable, dialog)

Reported by: vmx Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.dialog Version: 1.8.6
Keywords: Cc:
Blocked by: Blocking:
Description

Version 1.8.6 introduced a bug with the CSS. A rule from dialog [1] is overwritten by the resizable rules. This happens, because the order of the CSS files changed. I think it was commit

af582b97a70e955432fdf4123891b75d2f2c68c5

Resizable needs to be included before the CSS file for the dialog is included.

Sadly I don't have a minimal example, but I think the case is pretty clear.

[1] .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }

Cheers,

Volker

Attachments (0)
Change History (1)

Changed December 01, 2010 01:32PM UTC by scottgonzalez comment:1

resolution: → worksforme
status: newclosed

This isn't possible because the resizable CSS rule for the southeast handle is only a single class.