Label's onLinkActivated handler not called in Popover or Dialog

Bug #1205914 reported by Brad Wells
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ubuntu-ui-toolkit (Ubuntu)
Triaged
High
Unassigned

Bug Description

If a label with html formatted links is placed within a popover or dialog, clicking the links does not trigger onLinkActivated.

Expected behavior: Clicking link should call onLinkActivated handler.

Consider the following fragment:

Popover {
        Label {
                anchors.fill:parent
                text: "Text with <a href=\"http://...\">html link</a>"
                onLinkActivated: {
                    console.log(link + " link activated")
                    Qt.openUrlExternally(link)
                }
        }
}

Zsombor Egri (zsombi)
Changed in ubuntu-ui-toolkit:
status: New → Triaged
importance: Undecided → High
Zoltan Balogh (bzoltan)
Changed in ubuntu-ui-toolkit (Ubuntu):
importance: Undecided → High
status: New → Triaged
Zoltan Balogh (bzoltan)
no longer affects: ubuntu-ui-toolkit
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.