Search and Top Navigation
#4808 closed bug (fixed)
Opened August 28, 2009 02:21PM UTC
Closed August 29, 2009 02:13AM UTC
Modal dialog form validation demo - error message uses hard-coded color
| Reported by: | fgTodd | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.8 | 
| Component: | ui.dialog | Version: | 1.7.2 | 
| Keywords: | Cc: | ||
| Blocked by: | Blocking: | 
Description
On the modal form demo, there is a validation message that appears at the top of the dialog when the submit button is pressed. This seems to have a hard-coded light yellow background color instead of using a framework class so on darker themes (UI darkness, Dark Hive) where the ui-widget-content text color is white, you see a light yellow bar with white text on it and it looks broken.
http://jqueryui.com/demos/dialog/#modal-form
The fix is to use add the ui-state-highlight or ui-state-error to this message div so the text color and background color will coordinate and be legible.
Attachments (0)
Change History (1)
Changed August 29, 2009 02:13AM UTC by comment:1
| component: | [meta] ui.demos → ui.dialog | 
|---|---|
| milestone: | TBD → 1.8 | 
| resolution: | → fixed | 
| status: | new → closed | 
Fixed in #3175.