#8777 closed bug (fixed)
Tabs fail in Safari 5.1 when window.location contains a space
Reported by: | forw | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.2 |
Component: | ui.tabs | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
When a URL contains whitespaces (in any part of URL), Tabs widget doesn't display properly in Safari browser, it draws tabs but all their content is displayed so you cannot switch between tabs. As soon as you remove all whitespaces from all folder names (and filename) the widget works correctly. I checked it with Safari 5.1.7. It doesn't matter whether to open file locally (from file system) or from a web server. Previous jQuery UI versions worked properly.
Change History (6)
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Status: | new → open |
Summary: | Tabs don't work in Safari → Tabs fail in Safari 5.1 when window.location contains a space |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
comment:3 Changed 10 years ago by
When a URL contains accented characters or whitespaces (in any part of URL), Problem since 1.9, loading jquery-ui cancels loading the html page on Safari 5.1. All components.
comment:4 Changed 10 years ago by
@rmetayer Can you please expand on that and perhaps file a new ticket as it sounds unrelated to this issue (and doesn't seem to be true, since this bug wouldn't have been possible to reach)?
comment:5 Changed 10 years ago by
Tabs: Encode spaces from window.location. Fixes #8777 - Tabs fail in Safari 5.1 when window.location contains a space. (cherry picked from commit c6b52db892703ba14153800dbf620db509acb9e6)
Changeset: cdccd9956a7d524700cee2d8aa7101ac645eadc9
comment:6 Changed 10 years ago by
Milestone: | 1.10.0 → 1.9.2 |
---|
Tabs: Encode spaces from window.location. Fixes #8777 - Tabs fail in Safari 5.1 when window.location contains a space.