[Desktop-packages] [Bug 263505]

2020-05-04 Thread Jaws
I specifically changed the summary from foo.bar to foo.barrr because
'bar' appears in the PSL.

-- 
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/263505

Title:
  Wishlist: add "use input as a search term" to "address not found" page

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: firefox

  Altogether too often when I get the "Address Not Found" page, it is
  because I expected too much from the Wonderful Bar or whatever it's
  called.  It would be a useful addition if the "Address Not Found" page
  could offer the option to use the stuff you typed into the location
  bar as input for your designated search engine, and/or perform history
  search on those terms.  (For me, the former is the more useful, but I
  expect both would be handy, and the effort to offer both is probably
  marginal if you decide to do one or the other.)

  All to often, what you typed in is no longer visible in the location
  bar, because http:// gets prepended and sometimes a .com appended to
  what is displayed in the location bar at the point you get the
  "Address Not Found" error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/263505/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 241937]

2019-02-10 Thread Jaws
Comment on attachment 8902388
Bug 450915 - Increase the drag space of the TabsToolbar by 15px on the bottom 
to improve the tab reordering experience.

Review request updated; see interdiff:
https://reviewboard.mozilla.org/r/173956/diff/2-3/

-- 
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/241937

Title:
  Handle tabs like other gnome apps

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: firefox-3.0

  I have noticed that dragging tabs in Firefox does not work like in
  other gnome apps.

  Basically, you can drag tabs along the tab bar to change their order,
  like in so many gnome apps. But you can also drag them up and down: if
  you accidentally drag them up and drop them on the bookmark bar, you
  add a bookmark for it. and if you accidentally drag it down to the
  browser area, you load that page again.

  As you can see in the attached screenshot, the "good" area is quite
  small compared to the "bad" areas, so it's actually very easy to miss
  and drop the tab on a wrong place, and perform an action you didn't
  want. I propose that tabs in Firefox should behave just like gnome
  apps, and be able to move only left or right.

  If you don't agree because you like being able to easily adding a
  bookmark or loading a page, think that the same exact effect can be
  achieved by dragging the favicon instead of the tab.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/241937/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 241937]

2019-02-10 Thread Jaws
Created attachment 8902388
Bug 450915 - Increase the drag space of the TabsToolbar by 15px on the bottom 
to improve the tab reordering experience.

Review commit: https://reviewboard.mozilla.org/r/173956/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/173956/

-- 
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/241937

Title:
  Handle tabs like other gnome apps

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: firefox-3.0

  I have noticed that dragging tabs in Firefox does not work like in
  other gnome apps.

  Basically, you can drag tabs along the tab bar to change their order,
  like in so many gnome apps. But you can also drag them up and down: if
  you accidentally drag them up and drop them on the bookmark bar, you
  add a bookmark for it. and if you accidentally drag it down to the
  browser area, you load that page again.

  As you can see in the attached screenshot, the "good" area is quite
  small compared to the "bad" areas, so it's actually very easy to miss
  and drop the tab on a wrong place, and perform an action you didn't
  want. I propose that tabs in Firefox should behave just like gnome
  apps, and be able to move only left or right.

  If you don't agree because you like being able to easily adding a
  bookmark or loading a page, think that the same exact effect can be
  achieved by dragging the favicon instead of the tab.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/241937/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 241937]

2019-02-10 Thread Jaws
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/#review182352

::: browser/base/content/browser.css:184
(Diff revision 2)
>  .tabbrowser-tabs[movingtab] > .tabbrowser-tab[fadein]:not([selected]) {
>transition: transform 200ms var(--animation-easing-function);
>  }
>  
> +#TabsToolbar[movingtab] > .tabbrowser-tabs {
> +  padding-bottom: 20px;

The more we increase this the harder it is to tear off a tab without
making a large mouse movement. We're trying to balance ease of
reordering tabs and tearing off tabs.

Chrome looks to tear off at about 15 pixes from their tab bar, even
though their navbar measures about 35px tall.

Edge tears off around 8-10px, but their implementation treats reordering
and tearing off pretty much as one-in-the-same.

Doing this for the top and the menubar isn't as straightforward due to
the visibility of the menubar etc and didn't seem worth the extra
complexity for a "nice-to-have".

I'll lower our amount to be closer to Chrome since we don't have a
metric that says what is the *best* value here, and we don't want to
make tearing tabs off too much harder.

::: browser/themes/shared/tabs.inc.css:29
(Diff revision 2)
>  :root:-moz-lwtheme {
>--tab-line-color: var(--lwt-accent-color);
>  }
>  
>  #tabbrowser-tabs,
> +#tabbrowser-tabs > .tabbrowser-arrowscrollbox,

This was answered in comment 14. Because of how -moz-box-align:stretch;
is applying the space, the tabs shrink in size from 33px to 29px (on
Windows default density) with the increased padding-bottom.

-- 
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/241937

Title:
  Handle tabs like other gnome apps

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: firefox-3.0

  I have noticed that dragging tabs in Firefox does not work like in
  other gnome apps.

  Basically, you can drag tabs along the tab bar to change their order,
  like in so many gnome apps. But you can also drag them up and down: if
  you accidentally drag them up and drop them on the bookmark bar, you
  add a bookmark for it. and if you accidentally drag it down to the
  browser area, you load that page again.

  As you can see in the attached screenshot, the "good" area is quite
  small compared to the "bad" areas, so it's actually very easy to miss
  and drop the tab on a wrong place, and perform an action you didn't
  want. I propose that tabs in Firefox should behave just like gnome
  apps, and be able to move only left or right.

  If you don't agree because you like being able to easily adding a
  bookmark or loading a page, think that the same exact effect can be
  achieved by dragging the favicon instead of the tab.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/241937/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 241937]

2019-02-10 Thread Jaws
Comment on attachment 8902388
Bug 450915 - Increase the drag space of the TabsToolbar by 15px on the bottom 
to improve the tab reordering experience.

Review request updated; see interdiff:
https://reviewboard.mozilla.org/r/173956/diff/1-2/

-- 
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/241937

Title:
  Handle tabs like other gnome apps

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: firefox-3.0

  I have noticed that dragging tabs in Firefox does not work like in
  other gnome apps.

  Basically, you can drag tabs along the tab bar to change their order,
  like in so many gnome apps. But you can also drag them up and down: if
  you accidentally drag them up and drop them on the bookmark bar, you
  add a bookmark for it. and if you accidentally drag it down to the
  browser area, you load that page again.

  As you can see in the attached screenshot, the "good" area is quite
  small compared to the "bad" areas, so it's actually very easy to miss
  and drop the tab on a wrong place, and perform an action you didn't
  want. I propose that tabs in Firefox should behave just like gnome
  apps, and be able to move only left or right.

  If you don't agree because you like being able to easily adding a
  bookmark or loading a page, think that the same exact effect can be
  achieved by dragging the favicon instead of the tab.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/241937/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 241937]

2019-02-10 Thread Jaws
Comment on attachment 8902388
Bug 450915 - Increase the drag space of the TabsToolbar by 15px on the bottom 
to improve the tab reordering experience.

Review request updated; see interdiff:
https://reviewboard.mozilla.org/r/173956/diff/3-4/

-- 
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/241937

Title:
  Handle tabs like other gnome apps

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: firefox-3.0

  I have noticed that dragging tabs in Firefox does not work like in
  other gnome apps.

  Basically, you can drag tabs along the tab bar to change their order,
  like in so many gnome apps. But you can also drag them up and down: if
  you accidentally drag them up and drop them on the bookmark bar, you
  add a bookmark for it. and if you accidentally drag it down to the
  browser area, you load that page again.

  As you can see in the attached screenshot, the "good" area is quite
  small compared to the "bad" areas, so it's actually very easy to miss
  and drop the tab on a wrong place, and perform an action you didn't
  want. I propose that tabs in Firefox should behave just like gnome
  apps, and be able to move only left or right.

  If you don't agree because you like being able to easily adding a
  bookmark or loading a page, think that the same exact effect can be
  achieved by dragging the favicon instead of the tab.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/241937/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 241937]

2019-02-10 Thread Jaws
Comment on attachment 8902388
Bug 450915 - Increase the drag space of the TabsToolbar by 15px on the bottom 
to improve the tab reordering experience.

Redirecting to Gijs who can hopefully get to this sooner.

-- 
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/241937

Title:
  Handle tabs like other gnome apps

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: firefox-3.0

  I have noticed that dragging tabs in Firefox does not work like in
  other gnome apps.

  Basically, you can drag tabs along the tab bar to change their order,
  like in so many gnome apps. But you can also drag them up and down: if
  you accidentally drag them up and drop them on the bookmark bar, you
  add a bookmark for it. and if you accidentally drag it down to the
  browser area, you load that page again.

  As you can see in the attached screenshot, the "good" area is quite
  small compared to the "bad" areas, so it's actually very easy to miss
  and drop the tab on a wrong place, and perform an action you didn't
  want. I propose that tabs in Firefox should behave just like gnome
  apps, and be able to move only left or right.

  If you don't agree because you like being able to easily adding a
  bookmark or loading a page, think that the same exact effect can be
  achieved by dragging the favicon instead of the tab.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/241937/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 241937]

2019-02-10 Thread Jaws
*** Bug 1357424 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 firefox in Ubuntu.
https://bugs.launchpad.net/bugs/241937

Title:
  Handle tabs like other gnome apps

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: firefox-3.0

  I have noticed that dragging tabs in Firefox does not work like in
  other gnome apps.

  Basically, you can drag tabs along the tab bar to change their order,
  like in so many gnome apps. But you can also drag them up and down: if
  you accidentally drag them up and drop them on the bookmark bar, you
  add a bookmark for it. and if you accidentally drag it down to the
  browser area, you load that page again.

  As you can see in the attached screenshot, the "good" area is quite
  small compared to the "bad" areas, so it's actually very easy to miss
  and drop the tab on a wrong place, and perform an action you didn't
  want. I propose that tabs in Firefox should behave just like gnome
  apps, and be able to move only left or right.

  If you don't agree because you like being able to easily adding a
  bookmark or loading a page, think that the same exact effect can be
  achieved by dragging the favicon instead of the tab.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/241937/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 241937]

2019-02-10 Thread Jaws
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

> Why is this needed?

Without this, the tabs shrink in size from 33px to 29px (on Windows)
with the increased padding-bottom.

-- 
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/241937

Title:
  Handle tabs like other gnome apps

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: firefox-3.0

  I have noticed that dragging tabs in Firefox does not work like in
  other gnome apps.

  Basically, you can drag tabs along the tab bar to change their order,
  like in so many gnome apps. But you can also drag them up and down: if
  you accidentally drag them up and drop them on the bookmark bar, you
  add a bookmark for it. and if you accidentally drag it down to the
  browser area, you load that page again.

  As you can see in the attached screenshot, the "good" area is quite
  small compared to the "bad" areas, so it's actually very easy to miss
  and drop the tab on a wrong place, and perform an action you didn't
  want. I propose that tabs in Firefox should behave just like gnome
  apps, and be able to move only left or right.

  If you don't agree because you like being able to easily adding a
  bookmark or loading a page, think that the same exact effect can be
  achieved by dragging the favicon instead of the tab.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/241937/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1065126]

2019-01-04 Thread Jaws
*** Bug 1292599 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 firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1065126

Title:
  "Always do this from now on" does not work

Status in Mozilla Firefox:
  Confirmed
Status in One Hundred Papercuts:
  New
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Downloading an unknown file type in Firefox displays a dialog for choosing 
which application to use for opening the file.
  The dialog contains a check box labelled "Always do this action from now on".
  Checking this option does not work: When I download a file of the same type 
next time, the same dialog is displayed again.

  This feature is broken for as long as I can remember (> 10 years).
  It's time it was fixed (or removed).

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: firefox 15.0.1+build1-0ubuntu0.12.04.1
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
  Uname: Linux 3.2.0-31-generic x86_64
  NonfreeKernelModules: nvidia
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu13
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
     Subdevices: 2/2
     Subdevice #0: subdevice #0
     Subdevice #1: subdevice #1
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ruediger   2536 F pulseaudio
  BuildID: 20120907231657
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfe22 irq 49'
     Mixer name : 'Analog Devices AD1984'
     Components : 'HDA:11d41984,17aa20bb,00100400'
     Controls  : 32
     Simple ctrls  : 20
  Card29.Amixer.info:
   Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
7KHT24WW-1.08'
     Mixer name : 'ThinkPad EC 7KHT24WW-1.08'
     Components : ''
     Controls  : 1
     Simple ctrls  : 1
  Card29.Amixer.values:
   Simple mixer control 'Console',0
     Capabilities: pswitch pswitch-joined penum
     Playback channels: Mono
     Mono: Playback [on]
  Channel: Unavailable
  Date: Wed Oct 10 18:17:44 2012
  EcryptfsInUse: Yes
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  IpRoute:
   default via 172.31.0.1 dev wlan0  proto static
   169.254.0.0/16 dev wlan0  scope link  metric 1000
   172.31.0.0/20 dev wlan0  proto kernel  scope link  src 172.31.9.26  metric 2
  MostRecentCrashID: bp-7716491c-74b4-4213-bbf0-37b512110505
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=15.0.1/20120907231657 (In use)
  RelatedPackageVersions:
   rhythmbox-mozilla 2.96-0ubuntu4.2
   totem-mozilla 3.0.1-0ubuntu21.1
   icedtea-6-plugin  1.2-2ubuntu1.2
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: Upgraded to precise on 2012-04-28 (165 days ago)
  dmi.bios.date: 03/18/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7LETC9WW (2.29 )
  dmi.board.name: 6457BBG
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7LETC9WW(2.29):bd03/18/2011:svnLENOVO:pn6457BBG:pvrThinkPadT61:rvnLENOVO:rn6457BBG:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 6457BBG
  dmi.product.version: ThinkPad T61
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1065126/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 128932]

2013-03-12 Thread Jaws
Yes, this is true. Our dropdowns popup will match the width of the
associated field. So in the case of the merged location bar and search
bar, the width of the location bar can still be narrow enough as to
truncate some of the search suggestions.

-- 
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/128932

Title:
  Google Suggest drop-down list too narrow in Firefox

Status in The Mozilla Firefox Browser:
  Won't Fix
Status in One Hundred Paper Cuts:
  Won't Fix
Status in “firefox” package in Ubuntu:
  Won't Fix
Status in “firefox-3.0” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: firefox

  The Google Suggest drop-down list is too narrow by default in Firefox
  2.0 (I'm using Firefox 2.0.0.5+1-0ubuntu1 from 7.04 Feisty).

  See the screenshot attached. I'm using the default theme and fonts at
  the resolution of 1024x768. The mouse pointer doesn't appear in the
  screenshot; it was just pointing to the selected entry.

  
  Steps to reproduce:

  1. Open Firefox.

  2. In the search bar, select the Google search engine icon and type in
  a common word that is not too short.

  3. A drop-down list from Google Suggest appears which contains several
  indistinguishable suggestions, because for each suggestion, only the
  first word is displayed, and the rest is replaced with an ellipsis
  (...) because of the shortage of horizontal space. You can only see
  the full suggestions as tool-tips, which is poor usability for the
  Suggest feature.

  
  Expected behavior:

  Make the drop-down list wider to accommodate its content as necessary.

  ProblemType: Bug
  Architecture: i386
  Date: Sat Jul 28 21:39:38 2007
  DistroRelease: Ubuntu 7.04
  Package: firefox 2.0.0.5+1-0ubuntu1
  PackageArchitecture: i386
  SourcePackage: firefox
  Uname: Linux chronos 2.6.20-16-generic #2 SMP Thu Jun 7 20:19:32 UTC 2007 
i686 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/128932/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp