Skip to main content

Search and Top Navigation

#7669 closed bug (notabug)

Opened August 26, 2011 09:13AM UTC

Closed August 29, 2011 05:07PM UTC

Tabs loaded content doesn't preserve newlines

Reported by: arnley Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.tabs Version: 1.8.15
Keywords: Cc:
Blocked by: Blocking:
Description

Loading a local text file with the tabs widget loads its content but doesn't preserve its newlines. Even when using a pre tag.

Link a the test case:

http://jsfiddle.net/arnley/8y5v5/4/

(but the browser will yell at me with cross-origin loading error)

That's why I also give you this stackoverflow page that contains the infos for reproducing this case:

http://stackoverflow.com/questions/7124645/jquery-ui-tabs-loading-text-files-dont-preserve-newlines

Versions used:

  • jQuery 1.4.1
  • jQuery UI 1.8.15 (custom)

Browser used: Chrome 14

Attachments (0)
Change History (1)

Changed August 29, 2011 05:07PM UTC by scottgonzalez comment:1

resolution: → invalid
status: newclosed

Remote tabs expect to load HTML, not plaintext.