#2516 closed defect (duplicate)
Link palette only shown for "trivial" HTML structure
Reported by: | sascha_silbe | Owned by: | lucian |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | |
Component: | Browse | Version: | Git as of bugdate |
Severity: | Minor | Keywords: | |
Cc: | humitos | Distribution/OS: | |
Bug Status: | New |
Description
The link palette is only shown if the "target" of the click is an HTML anchor (<a ...></a>), not if it's an element inside the anchor. An example of a link that won't work is "Download Now" of activities on activities.sl.o:
<a href="/en-US/sugar/downloads/file/27021/fototoon-4.xo" id="installTrigger27021-8be29aa" title="Download FotoToon" class="button positive " ><img src="/img/amo2009/icons/buttons/plus-green-8x9.gif" alt="" /><span class="install-button-text">Download Now </span></a>
Change History (4)
comment:1 Changed 13 years ago by lucian
- Status changed from new to accepted
comment:2 Changed 13 years ago by RafaelOrtiz
- Milestone changed from 0.90 to 0.94
comment:3 Changed 11 years ago by humitos
- Cc humitos added
- Resolution set to duplicate
- Status changed from accepted to closed
Closing as duplicated with #3455.
Note: See
TracTickets for help on using
tickets.
I think right now Browse checks the element under the cursor when the menu gets invoked. It should instead check whether gecko thinks it's a link.