Opened 12 years ago
Closed 12 years ago
#6699 closed bug (worksforme)
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
Note: See
TracTickets for help on using
tickets.
This isn't possible because the resizable CSS rule for the southeast handle is only a single class.