Search and Top Navigation
#8957 closed bug (duplicate)
Opened January 11, 2013 02:18PM UTC
Closed January 11, 2013 03:02PM UTC
Spaces in url parameters break tabs on IE
Reported by: | javierdallamore | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | ui.tabs | Version: | 1.9.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
For example, if you send a parameter to the official page with spaces on IE you will see that the example at the end of the page doesn't work well.
it works with
it doesnt work with
http://api.jqueryui.com/tabs/?algo=azz a a#
On my web, I send the name of the current dashboard, for example:
http://localhost:8080?dashboard=main dashboard#
then, I saw that jquery tabs use something like
http://localhost:8080?dashboard=main dashboard#currenttab
this works on firefox and chrome but IE shows all the tabs content in the first tab.
Attachments (0)
Change History (1)
Changed January 11, 2013 03:02PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #8896.