[Desktop-packages] [Bug 572074]

2022-04-16 Thread Dao+bmo
Comment on attachment 8781962 middlemouse on new tab button should create a new tab related to current, > function BrowserOpenNewTabOrWindow(event) { >- if (event.shiftKey) { >+ let where = whereToOpenLink(event); >+ if (where == "window") { > OpenBrowserWindow(); > } else { >-

[Desktop-packages] [Bug 572074]

2022-04-16 Thread Dao+bmo
Comment on attachment 8642998 middlemouse on new tab button creates a new tab related to current >+ // Make new tab related to current except for key commands >+ if (((where == "tab") || (where == "tabshifted")) && >+ (!event.sourceEvent || event.sourceEvent.target.localName != "key")) {

[Desktop-packages] [Bug 572074]

2022-04-16 Thread Dao+bmo
(In reply to :Gijs Kruitbosch from comment #74) > Meh. r+ I guess? I'm not sure why this is "simpler", but obviously it works, > so whatever. Mostly because it avoids this blob of spaghetti code: +let sourceNotKeyEvent = !event.sourceEvent || event.sourceEvent.target.localName != "key"; +

[Desktop-packages] [Bug 572074]

2022-04-16 Thread Dao+bmo
Created attachment 8782846 patch v4 Your patch still hurts my brain and I couldn't help thinking this could be simplified further, so I took a shot at rewriting it myself. I realize this changes behavior for the "window" case. -- You received this bug notification because you are a member of

[Desktop-packages] [Bug 572074]

2022-04-16 Thread Dao+bmo
Comment on attachment 8642998 middlemouse on new tab button creates a new tab related to current Let's get ui-review first -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/572074 Title:

[Desktop-packages] [Bug 263435]

2020-05-08 Thread Dao+bmo
*** Bug 1288978 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to flashplugin-nonfree in Ubuntu. https://bugs.launchpad.net/bugs/263435 Title: Cannot use firefox keyboard shortcuts when

[Desktop-packages] [Bug 241937]

2019-02-10 Thread Dao+bmo
Comment on attachment 8902388 Bug 450915 - Increase the drag space of the TabsToolbar by 15px on the bottom to improve the tab reordering experience. https://reviewboard.mozilla.org/r/173956/#review179384 ::: browser/base/content/browser.css:189 (Diff revision 1) > + padding-bottom: 20px; > +}