Custom Query (7259 matches)
Results (100 - 102 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#15120 | wontfix | Jquery dialog box needs better customization options | ||
Description |
Using ".prev" is unintuitive. The user wants to add the background color to THIS element that was selected, not the Previous one. It would be more intuitive to have a "titleBgColor:" option that would go below the "title:" part shown above.
Ditto for the message section of the dialog box ("messageBgColor:").
It can be done with the following, but should be a simple option like the "title:" part is:
I have not found any way to change the background color of the jQuery popup message box at the bottom where the OK button is. Right now, the only color is white, and looks really poor. "ui-dialog-titlebar, ui-icon ui-icon-alert" do not appear to work. I don't know if these are bugs, or if they are features that have not been added yet. I've been Googling everything today to find the answers to these, but these poor work arounds are the only thing I found. And, nothing for the background color for the bottom part of the dialog box where the OK button is. |
|||
#15118 | duplicate | jQuery UI datepicker not selecting the correct month in 1.12.1 | ||
Description |
When loading jQuery 3.1.1 and jQuery UI 1.12.1 (both production versions) the datepicker forward and back arrows do not take you to the proper months when numberOfMonths is greater than 1 and showCurrentAtPos is greater than 0. Here is an example of the broken behavior: https://jsfiddle.net/cersos/0sf1kn3y/ To get it to work properly, I had to load the GIT version 1.12.0-pre Here is an example of it working as it should: https://jsfiddle.net/cersos/sg4p0407/ |
|||
#15114 | notabug | Bug in jquery autocomplete change event | ||
Description |
If we change text in automcomplete control, it fires the change event successfully. However, the item is null which is an issue. I saw bug# 8847 which is related without a solution. Is this resolved? If yes, please provide steps. |