Bug Tracker

Modify

Ticket #1929 (closed bug: fixed)

Opened 6 years ago

Last modified 5 years ago

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:
Blocking: Blocked by:

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

comment:1 Changed 5 years ago by klaus

  • Status changed from new to closed
  • Resolution set to fixed

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.