Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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 Scott González)

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 Scott González

Description: modified (diff)
Status: newopen
Summary: Tabs don't work in SafariTabs fail in Safari 5.1 when window.location contains a space

comment:2 Changed 10 years ago by Scott González

Resolution: fixed
Status: openclosed

Tabs: Encode spaces from window.location. Fixes #8777 - Tabs fail in Safari 5.1 when window.location contains a space.

Changeset: c6b52db892703ba14153800dbf620db509acb9e6

comment:3 Changed 10 years ago by rmetayer

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 Scott González

@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 Scott González

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 Scott González

Milestone: 1.10.01.9.2
Note: See TracTickets for help on using tickets.