Custom Query (7259 matches)
Results (31 - 33 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#8184 | wontfix | Slider stops working after moving cursor from iframe in IE7 and IE8 | ||
Description |
Just download slider widget with dependent components and put its index.html in iframe: <!DOCTYPE html> <html> <head> </head> <body> <iframe src="index.html"></iframe> </body> </html>
|
|||
#9215 | duplicate | Missing ability to add 'data' when ajax type is set to 'post' | ||
Description |
Please see details in this stackoverflow post http://stackoverflow.com/questions/14480797/post-data-jquery-ui-tabs-1-10 This was available in earlier version of ui.tabs - hence reporting this as a bug. |
|||
#14915 | duplicate | Disabled items are selectable using the keyboard | ||
Description |
Please see the following jsbin: https://output.jsbin.com/womaci Initially I wanted to create a header. Being able to create a header appears to have been possible in older versions: http://jsfiddle.net/IrvinDominin/rMkER/ When I added a header I found it was selectable. I could override the mouse events but not the keyboard. I found a solution which suggested I could use "ui-state-disabled" as specified in the menu widget documentation. I attempted to create a disabled header item in the hope it would skip selecting the header. This is when I found a secondary issue where disabled items can be selected via the keyboard. Also I don't believe it should be possible to select disabled items using the keyboard. This may be a problem with the menu widget but looking a the source it appears the autocomplete implementation is not respecting the menu implementation. |