Modify ↓
Ticket #2630 (closed enhancement: invalid)
[UI Dialog] if not draggable or resizable apply other class to dialog
| Reported by: | shelane | Owned by: | rworth |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.4 |
| Component: | ui | Version: | 1.2.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
if draggable or resizable set to false, the result is a dialog with no real "frame" to distinguish it from the page behind. If you put an else statement on the if that adds the classes for resizable then we can define that class in our style sheet. (I make mine border: 1px solid #004477). Right now I'm just defining .ui-dialog with the border, but that means it gets applied even when it is resizable.
Change History
comment:1 Changed 5 years ago by scott.gonzal
- Owner set to rworth
- Component changed from core to ui
- Summary changed from if not draggable or resizable apply other class to dialog to [UI Dialog] if not draggable or resizable apply other class to dialog
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
