Search and Top Navigation
#8693 closed bug (notabug)
Opened October 17, 2012 08:09AM UTC
Closed October 17, 2012 02:47PM UTC
Last modified October 17, 2012 03:03PM UTC
Bug with Autocomplete and HTML in SELECT
Reported by: | bugtester | Owned by: | bugtester |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | ui.autocomplete | Version: | 1.9.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi. I have read this:
"If you find a regression from the 1.8 API, please report it in the bug tracker. Even though the 1.8 API is deprecated, it's important for 1.9 releases not to regress so that users are encouraged to upgrade even if they're not ready to use the new APIs."
Here is my important problem. ;)
jQuery UI 1.8.24
jQuery UI 1.9.0
Steps:
- input "a" in input box
- click on item "AAA"
In Version 1.8.24 nothing happen thanks "return false"(?) but in 1.9.0 its loading the website. Is here a way to fix this?
Attachments (0)
Change History (6)
Changed October 17, 2012 02:24PM UTC by comment:1
owner: | → bugtester |
---|---|
status: | new → pending |
Changed October 17, 2012 02:38PM UTC by comment:2
_comment0: | I use the newest versions of Opera, FF and Chrome and old IE8.. all load the page new. Chrome "fakes" here. Look at his tab-icons and you see Chrome reload the jsfiddle tab too. → 1350485010415662 |
---|---|
_comment1: | I use the newest versions of Opera, FF and Chrome and old IE8.. all browers refresh the frame of jsfiddle. Chrome "fakes" here. Look at his tab-icons and you see Chrome reload the jsfiddle tab too. Test it on a html without jsfiddle framework and you jump to google.com for "AAA". → 1350485022110962 |
status: | pending → new |
I use the newest versions of Opera, FF and Chrome and old IE8.. all browsers refresh the frame of jsfiddle. Chrome "fakes" here. Look at his tab-icons and you see Chrome reload the jsfiddle tab too. Test it on a html without jsfiddle framework and you jump to google.com for "AAA".
Changed October 17, 2012 02:47PM UTC by comment:3
resolution: | → notabug |
---|---|
status: | new → closed |
This is not a bug. Prevent the default action of the anchor click if that's what you want. Please ask for help on the forums or StackOverflow.
Changed October 17, 2012 02:54PM UTC by comment:4
_comment0: | This not a bug? In all previous versions of jQuery UI(the last 2 years) its working fine, since 1.9.0 no longer? → 1350485699585130 |
---|
This is not a bug? In all previous versions of jQuery UI(the last 2 years) its working fine, since 1.9.0 no longer?
Changed October 17, 2012 02:58PM UTC by comment:5
There has never been any indication that this would do what you're trying to accomplish. The fact that it used to work is coincidence. What makes you think that the public API would make this work? You're not even using the built-in renderer, so you already have non-standard behavior.
Changed October 17, 2012 03:03PM UTC by comment:6
_comment0: | You right. I will add event.preventDefault(); \ Thanks for your fast support. → 1350486256412154 |
---|
You're right. I will add event.preventDefault();
Thanks for your fast support.
Thanks for the test case and contributing! I can not reproduce the issue as described in Chrome 22.0.1229.94 . Please let me know what browser this fails in so we can reproduce the issue.
Thanks again!