question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to add click/press event for link type QuickViewGroupElement?

See original GitHub issue

sap.m.Link has press event

But <QuickViewGroupElement type="link"/> do not have press event, I can not even use attachBrowserEvent("click") because QuickViewGroupElement did not extend sap.m.Control

press event is very useful if I want to navigate using router or CrossApplicationNavigation.

And I also found QuickViewGroupElement id in UI5 and DOM is not the same, which makes using addEventListener is not possible.

I logged my attempt in https://stackoverflow.com/questions/51588807/how-to-add-click-event-for-link-type-quickviewgroupelement . Pls kindly help.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
a-z-ivanovcommented, Jul 30, 2018

Hello @TinaC ,

Thanks for the case. I see you have no other options to react on click. So, I forwarded this as a feature request to the responsible team. Expect updates here.

Regards, Alexander Ivanov (UI5)

0reactions
olannyvcommented, Mar 24, 2022

Reviewing old / staled issues… This is in general valid ask, and shall there are more requests for it we will consider it for the future releases

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to add click event for link type QuickViewGroupElement?
I have attach the afterOpen event to a function quickViewOpen and then I query for pages and group elements that have link type....
Read more >
How To Add Click Event For Link Type ... - ADocLib
Handle a buttonclick event on a webpage Create a ASP.NET Web Forms page webpage that has a xref:System.Web.UI.WebControls. Define an event handler that....
Read more >
How to add click event for link type ... - Ciugk
How to add click event for link type QuickViewGroupElement? I have a QuickView popover like this: <core:FragmentDefinition id="table_popover">
Read more >
SAPUI5 Open link on Button press - splunktool
As sap.m.Link has enabled,But <QuickViewGroupElement type="link"/> do not have press event, I can not even use attachBrowserEvent("click") ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found