Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Button Styles Override Dialog - jQuery UI 1.10 Issue #8

Open
kahlusha opened this issue Mar 6, 2013 · 2 comments
Open

Button Styles Override Dialog - jQuery UI 1.10 Issue #8

kahlusha opened this issue Mar 6, 2013 · 2 comments

Comments

@kahlusha
Copy link

kahlusha commented Mar 6, 2013

With jQuery UI 1.10... the modal close does not show the image and sometimes moves position on-click (preventing ability to click).

After some troubleshooting on the issue... looks like as of jQuery UI 1.10 the dialog "close" is now a <button> with all the button classes (as opposed to <a>). Because the buttons styles in the .css document are well after the the dialog styles, there are a lot of styles being over-ridden.

@taitems
Copy link
Contributor

taitems commented Mar 6, 2013

Thanks for the report, but I think something got lost in your formatting with Markdown.

You can wrap code with particular characters ` so it doesn't get parsed as code.

@kahlusha
Copy link
Author

kahlusha commented Mar 6, 2013

You can see what I am referring to if you simply change the demo (index.html) line 135 to:
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>

(For some reason I see nothing in the jQuery UI changelog about this change, but thereit is.... I have simply reverted to 1.9.2 to "solve" the issue)

ps. thanx for the ` tip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants