Ticket #4808 (closed bug: fixed)
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: | ||
| Blocking: | Blocked by: |
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.
Change History
Note: See
TracTickets for help on using
tickets.


Fixed in #3175.