Skip to main content

Search and Top Navigation

#4236 closed bug (invalid)

Opened February 26, 2009 02:20AM UTC

Closed October 31, 2012 08:57AM UTC

Selectable: anchor in selectable is not clickable

Reported by: how Owned by: how
Priority: major Milestone: 2.0.0
Component: ui.selectable Version: 1.6rc6
Keywords: selectable anchor Cc:
Blocked by: Blocking:
Description

anchor does not work in Firefox 3.05 when inside a selectable div. Opera works.

$(document).ready(function(){

$(".column").selectable();

$("a").click(function(){

alert("test");

});

});

<div class="column" id="col1">

<a>test</a>

</div>

Attachments (0)
Change History (7)

Changed February 27, 2009 07:29PM UTC by jzaefferer comment:1

milestone: TBD1.7

Changed March 08, 2009 02:31PM UTC by rdworth comment:2

milestone: 1.71.8

Changed March 23, 2009 03:55PM UTC by ajacksified comment:3

Possible fix; I had the same issue and added the "a" tag to the cancel option, like so:

$("#imageList").selectable({

stop: function(){

//bunch of unrelated stuff

},

cancel: ":input,option,a"

});

Before I added this, I wasn't getting anything from my a tags. Perhaps "a" should be added to the default options, along with input?

Changed April 07, 2009 02:18PM UTC by how comment:4

Thanks alot the cancel works great !

Changed October 11, 2012 02:52PM UTC by scottgonzalez comment:5

milestone: 1.9.02.0.0

Changed October 16, 2012 02:35PM UTC by petersendidit comment:6

owner: → how
status: newpending
summary: selectable + anchor not clickableSelectable: anchor in selectable is not clickable

Can you provide the use case where you would not use the events provided to you with the selectable widget to handle what you are trying to do?

Changed October 31, 2012 08:57AM UTC by trac-o-bot comment:7

resolution: → invalid
status: pendingclosed

Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!