[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; > +}

[Desktop-packages] [Bug 1275416] Re: touchscreen do not work after suspend/resume

2016-04-15 Thread Edmund Dao
If manually restarting hid_multitouch works (ex: su -c "rmmod hid_multitouch; modprobe hid_multitouch;") try this: su -c "echo "SUSPEND_MODULES="hid_multitouch"" >> /etc/pm/config.d/modules " This fixed it for me on elementary OS Release: 0.3.2 kernel: 4.5.0 -- You received this bug

[Desktop-packages] [Bug 263435]

2014-06-24 Thread Dao
*** Bug 1029444 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 192092]

2014-03-21 Thread Dao
(In reply to ithinc from comment #17) I'm curious about why this was not implemented via xul overlay. There's not a great chance that you'll get a reply here. Feel free to file a new bug and propose a patch. -- You received this bug notification because you are a member of Desktop Packages,

[Desktop-packages] [Bug 597825]

2013-03-20 Thread Dao
*** Bug 852462 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 openoffice.org in Ubuntu. https://bugs.launchpad.net/bugs/597825 Title: Menu accelerators in Firefox don't follow the GNOME

[Desktop-packages] [Bug 597825]

2012-07-25 Thread Dao
*** Bug 776848 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 libreoffice in Ubuntu. https://bugs.launchpad.net/bugs/597825 Title: Menu accelerators in Firefox don't follow the GNOME

[Desktop-packages] [Bug 908508]

2012-03-12 Thread Dao
http://hg.mozilla.org/integration/mozilla-inbound/rev/d68420c97e0e -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to thunderbird in Ubuntu. https://bugs.launchpad.net/bugs/908508 Title: Firefox/Thunderbird 10 FTBFS on powerpc in

[Desktop-packages] [Bug 934887]

2012-02-27 Thread Dao
(In reply to Vic from comment #112) Notice it is showing a1. bug 728831 Its also showing the date of build? bug 588909 -- 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/934887 Title:

[Desktop-packages] [Bug 934887]

2012-02-23 Thread Dao
Created attachment 599958 Android-specific patch for aurora and beta Here's a slightly cut down version of patch that only affects the Android-specific Gecko token in order to fix zimbra. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 934887]

2012-02-23 Thread Dao
https://hg.mozilla.org/releases/mozilla-aurora/rev/a8fa3bbd301c https://hg.mozilla.org/releases/mozilla-beta/rev/0517a93b8cdb -- 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/934887

[Desktop-packages] [Bug 934887]

2012-02-21 Thread Dao
http://hg.mozilla.org/mozilla-central/rev/be559203ece8 This was backed out for convenience, it doesn't depend on bug 588909. -- 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/934887

[Desktop-packages] [Bug 934887]

2012-02-21 Thread Dao
Bug 588909 surely accelerated this, although bug 728610 was an issue for Fennec before that. -- 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/934887 Title: Firefox user-agent string is

[Desktop-packages] [Bug 934887]

2012-02-21 Thread Dao
(In reply to rsx11m from comment #101) ... yes, given that they performed that UA change before Firefox, but essentially it's the same reason, so that doesn't really change much in the order of events or argumentation (meaning, the fix here resulted from the Gecko-token change, thus the

[Desktop-packages] [Bug 934887]

2012-02-21 Thread Dao
I said nothing about cause and effect. I said this bug doesn't depend on bug 588909, which http://hg.mozilla.org/mozilla-central/rev/be559203ece8 proves to be true. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu.

[Desktop-packages] [Bug 934887]

2012-02-21 Thread Dao
(In reply to Dão Gottwald [:dao] from comment #103) I get Thank you for trying a nightly build and helping improve future versions of Firefox here (http://www.mozilla.org/projects/firefox/prerelease.html). Might be because they sniff the Firefox token. Actuallly it's because we load http

[Desktop-packages] [Bug 901838]

2011-12-14 Thread Dao
https://hg.mozilla.org/mozilla-central/rev/596e3eca4196 -- 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/901838 Title: Ugly busy cursor in Thunderbird 9 Status in The Mozilla Firefox

[Desktop-packages] [Bug 875266]

2011-12-07 Thread Dao-g
http://hg.mozilla.org/integration/mozilla-inbound/rev/2f33758829d2 -- 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/875266 Title: Firefox ignores GNOME 3 proxy settings Status in The

[Desktop-packages] [Bug 684376]

2011-09-23 Thread Dao
https://hg.mozilla.org/integration/mozilla-inbound/rev/0641651a7a57 -- 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/684376 Title: Change 'Print to File' default to PDF Status in The

[Desktop-packages] [Bug 779581]

2011-08-29 Thread Dao
(In reply to Neil Deakin from comment #5) Where does the close button get -moz-user-focus set to normal, that we need to set it to 'ignore'? We don't set it to 'ignore' for the close button but for the tab. Can we remove the rule for '.tab-close-button:focus' from windows browser.css? Oh,

[Desktop-packages] [Bug 779581]

2011-08-29 Thread Dao
Created attachment 556483 stop making the close button focusable, v2 -- 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/779581 Title: “Close” button in tabs not responding with the