[Desktop-packages] [Bug 241937]

2019-02-10 Thread Gijskruitbosch+bugs
*** Bug 802934 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.

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 yfdyh000
*** Bug 1369204 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 Aryx-bugmail
https://hg.mozilla.org/mozilla-central/rev/481d7cc2f6f0

-- 
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 Pulsebot
Pushed by jw...@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/481d7cc2f6f0
Increase the drag space of the TabsToolbar by 15px on the bottom to improve the 
tab reordering experience. r=Gijs

-- 
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 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;
> +}
> +
> +#TabsToolbar[movingtab] + #nav-bar {
> +  margin-top: -20px;
> +  pointer-events: none;

This breaks dropping tabs on the bookmarks menu button

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

Why is this needed?

-- 
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 Gijskruitbosch+bugs
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/#review182276

r+ with the downloads and home button included. We can followup making
the 20px match the navbar height more exactly, and/or dealing with the
menubar.

::: 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;

Clever. Two questions:

- the 20px feels kind of arbitrary. I guess this should basically be the navbar 
height, right? Is there some way we can more closely approximate this?
- should we also do the same for the top and the menubar, if the menubar is 
permanently visible (so on non-osx) ?

::: browser/base/content/browser.css:193
(Diff revision 2)
> +  margin-top: -20px;
> +  pointer-events: none;
> +}
> +
> +/* Allow dropping a tab on the bookmarks-menu-button to create a bookmark. */
> +#TabsToolbar[movingtab] + #nav-bar > #nav-bar-customization-target > 
> #bookmarks-menu-button {

We should do the same for the downloads and the home button, which both
also do reasonable things if dropping tabs on them.

::: 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,

Just for my (& future) understanding, why was this necessary?

-- 
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 Stefan-georgiev
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101
Firefox/57.0 (20170915100121)

This issue is verified as fixed with the latest Nightly build on
9/15/2017.

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

2019-02-10 Thread yfdyh000
It should have a graphical identity (e.g. "+") for creating a new
window, and a perf to disable the behavior or adjust its threshold.

-- 
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] Re: Handle tabs like other gnome apps

2018-12-08 Thread Paul White
Upstream bug showing "VERIFIED FIXED" on 2017-09-07
Milestone - Firefox 57
Tested ok Firefox 63.0.3
Closing by marking "Fix Released"


** Changed in: firefox (Ubuntu)
   Status: Confirmed => Fix Released

-- 
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] Re: Handle tabs like other gnome apps

2017-09-09 Thread Bug Watch Updater
** Changed in: firefox
   Status: In Progress => Fix Released

-- 
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:
  Confirmed

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] Re: Handle tabs like other gnome apps

2017-08-30 Thread Bug Watch Updater
** Changed in: firefox
   Status: Confirmed => In Progress

-- 
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:
  In Progress
Status in firefox package in Ubuntu:
  Confirmed

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] Re: Handle tabs like other gnome apps

2017-06-22 Thread Bug Watch Updater
** Changed in: firefox
   Importance: Wishlist => Medium

-- 
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:
  Confirmed
Status in firefox package in Ubuntu:
  Confirmed

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] Re: Handle tabs like other gnome apps

2017-06-19 Thread Bug Watch Updater
** Changed in: firefox
   Status: New => Confirmed

-- 
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:
  Confirmed
Status in firefox package in Ubuntu:
  Confirmed

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] [NEW] Handle tabs like other gnome apps

2013-03-13 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

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.

** Affects: firefox
 Importance: Wishlist
 Status: New

** Affects: firefox (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

-- 
Handle tabs like other gnome apps
https://bugs.launchpad.net/bugs/241937
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to firefox in Ubuntu.

-- 
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] Re: Handle tabs like other gnome apps

2013-03-13 Thread Adolfo Jayme Barrientos
** Package changed: firefox-3.0 (Ubuntu) = firefox (Ubuntu)

** Changed in: firefox (Ubuntu)
   Importance: Undecided = Wishlist

-- 
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 The Mozilla Firefox Browser:
  New
Status in “firefox” package in Ubuntu:
  Confirmed

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