Search and Top Navigation
#8137 closed bug (notabug)
Opened February 24, 2012 05:26PM UTC
Closed February 24, 2012 06:47PM UTC
Last modified February 24, 2012 07:21PM UTC
dialog Ok button size incorrect
Reported by: | mr2001 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.dialog | Version: | 1.8.18 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have a page that shows a modal dialog when user clicks on a button (it's the sample code I copied from the jQuery web site)
In development, in Visual Studio 2010 it works fine: the Ok button on the dialog form has the correct size.
Once I compile the project though and post it on the web server, when I access the site the Ok button on the dialog does not have any more the right size; it becomes too narrow.
Using Internet Explorer 8.
The Web Server is a Windows Server 2003 R2
Attachments (0)
Change History (3)
Changed February 24, 2012 06:47PM UTC by comment:1
component: | ui.core → ui.dialog |
---|---|
resolution: | → invalid |
status: | new → closed |
Changed February 24, 2012 07:13PM UTC by comment:2
Sorry, I wasn't clear enough. This is not a dev/production issue.
What I meant is:
If I host the web site on Windows XP the 'Ok' button on the jQuery dialog has the right size.
If I host exactly the same site on a Windows Server 2003, then the 'Ok' button on the dialog has an incorrect size.
Changed February 24, 2012 07:21PM UTC by comment:3
That doesn't make any sense. JavaScript doesn't care about the server.
"It works in dev, but not in a production" is not a valid bug.