#8137 closed bug (notabug)
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
Change History (3)
comment:1 Changed 11 years ago by
Component: | ui.core → ui.dialog |
---|---|
Resolution: | → invalid |
Status: | new → closed |
comment:2 Changed 11 years ago by
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.
comment:3 Changed 11 years ago by
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.