arnoudkooi / ServiceNow-Utils

Browser Extension to enhance experience and productivity in ServiceNow
https://arnoudkooi.com
249 stars 117 forks source link

Issue with double-clicking on list query filter in firefox #491

Closed codaroma closed 6 months ago

codaroma commented 6 months ago

The sn utils feature to copy/paste/edit the list query filter by double-clicking on the query breadcrumb links does not work correctly in firefox. If the list is in its own tab (popped out of the iframe) and you double-click on the query you get the query edit prompt briefly but the page refresh is not interrupted so it disappears as soon as the page refreshes before you have had a chance to interact with the window.prompt() dialog box.

arnoudkooi commented 6 months ago

Looks like you're clicking on the link itself, you should double-click on whitespace around the link

codaroma commented 6 months ago

Ah, yes, that is where I have gone wrong. Although in chrome you can do both. Double-clicking on the link in chrome (not whitespace) will pop-up the dialog, allow you to edit the query, and then it will refresh the list with the new query.