CentBrowser Forum
bug or feature? - Printable Version

+- CentBrowser Forum (https://www.centbrowser.net/en)
+-- Forum: Product Related (https://www.centbrowser.net/en/forumdisplay.php?fid=1)
+--- Forum: Bugs & Suggestions (https://www.centbrowser.net/en/forumdisplay.php?fid=4)
+--- Thread: bug or feature? (/showthread.php?tid=8697)



bug or feature? - QZMTCH - 08-20-2025

in all browsers cent, in js alt+right mouse button is not tracked
https://forum.ru-board.com/topic.cgi?forum=5&topic=51339&start=2340#7
in other browsers everything is fine
and on all pages, and this is not affected by the quick save image function (it was not there in older versions, and the key combination is not tracked there either)

why is that? will it be fixed or not? and how to track browser cent from js without giving the extension additional rights to work with chrome:// pages? https://forum.ru-board.com/topic.cgi?forum=5&topic=51377&start=2480#9

ps event.altKey only in context menu event does not work document.addEventListener('contextmenu',


RE: bug or feature? - Admini - 08-22-2025

This is should be a bug, may be caused by fast save image.


RE: bug or feature? - QZMTCH - 08-23-2025

(08-22-2025, 04:30 PM)Admini Wrote: This is should be a bug, may be caused by fast save image.
This error has been with the cent since the first versionĀ 1.7.6.15 and no one has ever noticed this bug in so many years?
For some reason I didn't notice this function in the old version, I thought it wasn't there, but now I see that it is there starting from the first one.
This needs to be fixed

although for those who noticed it it doesn't matter anymore, there may still be other extensions or scripts on sites that use the alt event with a context menu


RE: bug or feature? - Admini - 08-23-2025

(08-23-2025, 03:28 PM)QZMTCH Wrote: This error has been with the cent since the first versionĀ 1.7.6.15 and no one has ever noticed this bug in so many years?
For some reason I didn't notice this function in the old version, I thought it wasn't there, but now I see that it is there starting from the first one.
This needs to be fixed

although for those who noticed it it doesn't matter anymore, there may still be other extensions or scripts on sites that use the alt event with a context menu
Because the Alt key dismiss the context menu by default, it is impossible to make the menu pop up by pressing Alt+Right-Click, so this bug has no effect in most cases.


RE: bug or feature? - QZMTCH - 08-23-2025

(08-23-2025, 03:45 PM)Admini Wrote: Because the Alt key dismiss the context menu by default, it is impossible to make the menu pop up by pressing Alt+Right-Click, so this bug has no effect in most cases.
but in js there is such an event, and in other browsers it can be used

now there are many sites where online tools are used to edit something, and there can be combinations of alt with the right button (like online photoshop)


RE: bug or feature? - Admini - 08-25-2025

(08-23-2025, 05:44 PM)QZMTCH Wrote: but in js there is such an event, and in other browsers it can be used

now there are many sites where online tools are used to edit something, and there can be combinations of alt with the right button (like online photoshop)
Will fix it in the next release.