Skip to main content

Bug Tracker

Side navigation

#1929 closed bug (fixed)

Opened November 14, 2007 06:42PM UTC

Closed November 24, 2007 10:42PM UTC

An href with just the value of "#" incorrectly results in a remote tab

Reported by: klaus Owned by: klaus
Priority: minor Milestone: 1.2.2
Component: ui Version: 1.2.1
Keywords: tabs Cc:
Blocked by: Blocking:
Description

The value of "#" is of course useless anyway but the plugin should take care of that and throw an error and/or skip the link.

Related code looks like:

if (a.hash && a.hash.replace('#', '')) {

}
// remote tab
else {

}
Attachments (0)
Change History (1)

Changed November 24, 2007 10:42PM UTC by klaus comment:1

resolution: → fixed
status: newclosed

r3919