Custom Query (7259 matches)
Results (49 - 51 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#8922 | notabug | $.jgrid.stripHtml is not a function | ||
Description |
Hello Jquery Team In my application i am using jqgrid to show tables. it's working but sometimes in between it is showing $.jgrid.stripHtml is not a function when we trying to see table. Then after deleting history & doing a complete refresh it starts working...I had searched alot on google but did not found anything usefull. this problem is very bugging & to difficult to fix bcoz of its coming sometimes only ... I am using jquery-1.3.2.min.js version & jquery-1.3.2.js please give me the solution to get rid of this bug..!
|
|||
#3665 | fixed | $.keyCode should be $.ui.keyCode | ||
Description |
ui.core.js (1.6rc2) has a keyCode hash added to the jQuery object. This should be in the $.ui namespace, not the jQuery ($) namespace. |
|||
#15106 | fixed | $.position.scrollbarWidth() always gets zero when system theme has very wide scrollbars on Firefox | ||
Description |
Version: jquery-ui 1.12.1 Browser: Firefox 50. Not reproducible on IE or Chrome. OS: Windows 7. Xubuntu 16.04.1 LTS Steps to reproduce: Windows 7:
Xubuntu 16.04.1 LTS:
Live demo: https://jsfiddle.net/w1Lgfs7v/ Expected Behaviour: $.position.scrollbarWidth() should return correct scrollbar width. position.scrollbarWidth gets the scrollbar width by creating a hidden 50px by 50px element and fill it with large content. On Firefox, when the scrollbar width is large and the element is small, all scrollbars become hidden. Usually 50x50 div is enough for most default OS themes, but the default xubuntu (xfce) 16.04 theme has just enough scrollbar width to hide scrollbars in a 50x50 div. I changed the dimensions of the hidden element to 100x100 for my own project to at least get correct scrollbar width for users running Xubuntu default theme, but this may not help if someone using Windows sets system scrollbar width to 100. |