Custom Query (7259 matches)
Results (88 - 90 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1824 | fixed | dialog - select dropdown box unclickable in IE7 and Opera 2.23 | ||
Description |
If a <select> dropdown box is in a dialog popup it can not be left clicked in IE7 or Opera 2.23 (it works fine in Firefox). |
|||
#1825 | fixed | dialog - draggable title bar appears outside of clicable window | ||
Description |
problem: If the height of a dialog box is larger than the height of the browser window the dialog box will still center vertically causing the dragable title bar and close box to be above the viewable window space and inaccessible. solution: Limit the top position of a dialog box to 0. Browser windows scrol downwards, not upwards. Potential code fix within the this.open function in ui.dialog.js would be to add around line 124: if( top < 0) top = 0; |
|||
#1828 | fixed | A remote tab added with tabsAdd doesn't remove spinner message after click | ||
Description |
Add a new tab like: $('#maintab ul').tabsAdd('boys.html', 'Chat') Click on any of existing tabs - the tab title will be permanently overwritten with 'Loading...' |