Search and Top Navigation
#2630 closed enhancement (wontfix)
Opened April 01, 2008 03:50PM UTC
Closed June 03, 2008 08:04AM UTC
[UI Dialog] if not draggable or resizable apply other class to dialog
Reported by: | shelane | Owned by: | rdworth |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.dialog | Version: | 1.5b4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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.
Attachments (0)
Change History (4)
Changed April 01, 2008 05:11PM UTC by comment:1
component: | core → ui |
---|---|
owner: | → rworth |
summary: | if not draggable or resizable apply other class to dialog → [UI Dialog] if not draggable or resizable apply other class to dialog |
Changed May 24, 2008 03:39AM UTC by comment:2
milestone: | 1.2.4 |
---|
Milestone 1.2.4 deleted
Changed May 24, 2008 04:26PM UTC by comment:3
component: | ui.core → ui.dialog |
---|---|
version: | 1.2.3 → 1.5b4 |
Changed June 03, 2008 08:04AM UTC by comment:4
resolution: | → wontfix |
---|---|
status: | new → closed |
We won't optionally apply the resizable classes to dialogs. In the future there will be an option for adding classes to the dialog wrapper. You can currently accomplish everything you want by settings your CSS properly or manually adding the border to the dialogs that aren't resizable.