In the version of jQuery UI Spinner 1.20 that use to be available on the wiki page (http://wiki.jqueryui.com/w/page/12138077/Spinner) there was valiadation done when you left the field so if that if the user typed in letters instead of numbers the letters would be removed.
This functionality appears to have been removed now that the spinner has been included, has anyone found a good way to put this functionality back in?
I have no idea if this is a bug with .val() or with Firefox but I am receiving a /n when using ctrl+z in an textarea after deleting the entire contents of the textarea.
I wasn't sure where to put this but searching around on http://wiki.jqueryui.com/w/page/34246941/Grid I was not able to see where adding/dropping a column would be supported. I saw the hide/show which would work to some extent however I would not necessarily want to send over all the columns for a grid if I wasn't going to show half of them.
In internet explorer make sure you are in IE8 browser and document mode. Hit F12 to make sure. Then hover over an accordion tab and the error will occur. Here are the error details below:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET4.0C; .NET4.0E; BRI/2) Timestamp: Wed, 24 Aug 2011 13:10:48 UTC
I am not sure if this is a bug or if I am missing something or not but when I get to this line nothing happens:
self.uiDialog.hide();
This is in jquery ui 1.8.10. It is line 9135.
In Firebug I can see self.uiDialog is what I expect, I step over the line, nothing is hidden. Firefox kind of locks up and then eventually crashes. I do not see this issue in IE.
Has anyone seen this? Is there a bug with .hide() in jQuery? I have spent the better part of a day trying to figure this out with no luck, any pointers would be helpful.
Thanks, Drew
PS I do not have a jsFiddle of this, I may look into trying to recreate it there but the issue is in a very specific part of my site. I have many other dialogs that work fine. I can't seem to figure out what is causing this one to act so different.
Start resizing the dialog, resize outside the browser (you may need to resize the browser to not take up the full screen) and stop resizing outside the browser. Resize back down to the original size. The content width is much larger than expected.
The issue with doing this is the dialog stops resizing at the browser's edge as expected however the dialog's content does not.
Does anyone know if this is a bug or if there is a workaround of some kind. Width would be easy enough to fix in the resize function, not sure about height though.
Is it possible to open a dialog over a PDF file? I am running into an issue where most of the dialog is behind the PDF. The buttons show up but the tile and contents do not. Has anyone else experienced this?
I am having an issue with .button() on the second call for a dialog open function. On the first pop up the icon is included and the button is enabled, etc. On the second pop up the icon is not included. Any ideas? Here is my code: