performance issue - long response time on checkboxes in several layers of embedded ui widget (e.g. tabs)
Hi all, I've one page having 4 layers of embedding tabbedpanel. In the inner most panel I've more than 30 checkboxes. In this case, clicking on the checkboxes take long time to change there states. When there are more DOM elements in the panel, it becomes worse. More tests showed that the issue occurs for any input control in the panel and seems true for all ui widgets that can be embedded. In addition, the issue only occurs in FireFox. It works fine in IE and Google Chrome. Below is the screenshot
Sign Up to this forum doesn't work in Safari on Mac
Hi, I just signed up, but had to switch to Firefox 3.6.13 in order to do so as the registration form didn't work in Safari. On Safari 5.0.4 (6533.20.27) on Mac OSX 10.6.6 the form won't tab out of the Username field and the other fields won't focus on select with the mouse. I cannot take focus off the username field ! That is all, good day to you all.
Validatation Plugin Documentation Problem
I'm getting a database error trying to access the validate plugin documentation. Url: http://docs.jquery.com/Plugins/Validation Error: A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was: (SQL query hidden) from within function "MediaWikiBagOStuff::_doquery". MySQL returned error "1205: Lock wait timeout exceeded; try restarting transaction (localhost)".
can't view the forums
if i login (using google or creating a zoho account) then click on "all forums", or "recent posts" or "http://forum.jquery.com/" for that matter, nothing displays under the "seartch jQuery" bar. things are there but they are all "display:hidden" thankfully, "New Post" works tried firefox, chrome, ie6
Search 404 error @Zoho
When searching for: ui-anim_basic_16x16.gif i get the following page: http://forum.jquery.com/search/ui-anim_basic_16x16.gif. Looks like a sanitizing of the search text issue.
jquery.com hacked?
Just come to jquery, and virtually every page is empty, and those that aren't have random text in them. TO CLARIFY: I mean docs pages as a result of searches. For example: http://docs.jquery.com/Rich_Text_Editor shows 5kjtyjtkrlj http://docs.jquery.com/Text_validation_in_jquery show hai
Solved problem for McAfee Anti-Phishing filter plugin IE7 in combination with jQuery datepicker
Hey, My colleague and I solved a problem for our datepicker which we want to share. And hopefully can be included in the next release. The problem was that when you clicked on a <a href> in the datepicker pop-up, the browser located us to the value of the 'href' in stead of fireing the onClick-event. We found the source of the problem in the IE7 plugin of MacAfee with the name "McAfee Phishing Filter" of McAfee, Inc. We solved the problem by changing the '#' in the href in: 'javascript:void(0)' on
IE8 open dialog focus problem
I want to focus on $("#test") after dialog('open'), example HTML as: <div id="dialog"> <input type='text' id=''test"/> </div> $("#test") can't get focus on my IE8. I have tried firefox, opera, chrome, and all of them work well as expected. But only on IE8, I need to add a extra hidden input to focus the first input... <div id="dialog"> <input type='text' id=''test"/> <input type='hidden'/> </div> Both 1.7.2 and 1.8rc1 have the same problem
jquery.ui.Tooltip: positioning of tooltips fails
Hi, We're still cleaning out code and restructuring as our javascript was a bit widespread over several files, but we're having issues with the dev version of Tooltip we downloaded. It may be an issue with the jquery.ui.Positioning though, but perhaps you may try and have a look wheter it is a known issue, or if it is something I need to look into... You can test it on www.flexin.be (site is not active yet...) Bottom right, you will find a database icon which, when you hover, should display a tooltip
Are the jQuery Forums acting weird for anyone else?
For the past week the forums interface has been acting very oddly. When not logged in I can see all the forums and posts. But as soon as I log in I can't see anything. I've tried accessing the forums in IE8 Firefox 3.6.3 Chrome 4.1.249.1045 Safari 4.0.5. I've gotten this same behavior in all four browsers. I even went so far as to format my drive and reinstall my OS (WinXP Pro SP3) and I still have this issue. Occasionally I can actually get in to post a new thread (like for instance now).
:hidden/:visible broken in IE8
The :hidden selector is incorrect for a <button> with style display:none, after some text, in Internet Explorer (tested in IE8). There are possibly other situations in which it is broken, but that's what my testcase reduced to. It's caused by both offsetWidth and offsetHeight being non-zero, but, despite the specivity of the bug, I'd say it's a problem that should be solved in jQuery. There already seems to be a built-in workaround for <tr> elements. There's a testcase attached (it needs jQuery copying