Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#1929 closed bug (fixed)

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

Reported by: klaus Owned by: klaus
Priority: minor Milestone: 1.5
Component: ui.core 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 {

}

Change History (3)

comment:1 Changed 15 years ago by klaus

Resolution: fixed
Status: newclosed

comment:2 Changed 15 years ago by (none)

Milestone: 1.2.2

Milestone 1.2.2 deleted

comment:3 Changed 14 years ago by paul

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