Custom Query (13852 matches)
Results (73 - 75 of 13852)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#5552 | invalid | Descendant ID selector (e.g. $("#id1 > #id2")) does not work in FireFox 3.0.15 | ||
Description |
Th descendant ID selector such as $("#id1 > #id2") does not appear to work in FireFox 3.0.15; works fine in Chrome and IE8. |
|||
#10910 | invalid | Radio button attribute set to checked doesn't update UI | ||
Description |
Upgraded from 1.4.4 to 1.7.1 and this piece of code no longer works properly: selectedProfile.SaveEmail ? $('#remEmailProfile').attr('checked', true) : $('#remEmailProfile').removeAttr('checked'); If my JSON value is set to true, it does add an attribute "checked"="checked" to the proper radio button in the html. However, the browser does not show the radio button as checked. I tried using .prop("checked", true), but it doesn't appear to do anything. |
|||
#3106 | invalid | Draggables end gragging off the grid when dropped | ||
Description |
I set grid option to a draggable and dragged it onto a droppable. When I released the button, script reported coordinates that did not fit to the grid. |