[Bug 1202389] Re: Thunar compact list view doesn't scroll long file names into view on right-arrow / down-arrow keypress

2015-03-22 Thread Sean Davis
This bug was fixed in exo 0.10.3, included in Vivid.

** Changed in: exo (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1202389

Title:
  Thunar compact list view doesn't scroll long file names into view on
  right-arrow / down-arrow keypress

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1202389] Re: Thunar compact list view doesn't scroll long file names into view on right-arrow / down-arrow keypress

2015-02-22 Thread Bug Watch Updater
** Changed in: exo
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1202389

Title:
  Thunar compact list view doesn't scroll long file names into view on
  right-arrow / down-arrow keypress

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1202389] Re: Thunar compact list view doesn't scroll long file names into view on right-arrow / down-arrow keypress

2014-07-29 Thread Forest
Here's the updated patch, since Launchpad seems to have skipped it when
importing comments from the upstream bug report.

** Patch added: "scroll just enough to make a large item visible"
   
https://bugs.launchpad.net/exo/+bug/1202389/+attachment/4165371/+files/0002-icon-view-scroll-wide-items.patch

** Patch removed: "Skip horizontal scrolling to a wide item only if the item is 
already as visible as possible."
   
https://bugs.launchpad.net/exo/+bug/1202389/+attachment/3741777/+files/01_enable_scroll_to_wide_item.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1202389

Title:
  Thunar compact list view doesn't scroll long file names into view on
  right-arrow / down-arrow keypress

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1202389] Re: Thunar compact list view doesn't scroll long file names into view on right-arrow / down-arrow keypress

2014-07-29 Thread Bug Watch Updater
Launchpad has imported 9 comments from the remote bug at
https://bugzilla.xfce.org/show_bug.cgi?id=6014.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2009-11-22T07:03:00+00:00 Xfce-e wrote:

I use Thunar in "Compact List" view.  When the window is too small to
display all the files in a directory, I press one of the arrow keys to
select the next file beyond the bounds of the window.  Thunar responds
by moving the highlight to a file in the next column, and *normally*
scrolls that column into view.

However, if any file name in the newly selected column is too long to
fit within the window, Thunar doesn't scroll to that column at all.  The
newly selected file remains where it was, off the edge of the window.
If it was positioned outside the window to begin with, it remains
entirely invisible even after it is selected.

The problem seems to occur only when attempting to scroll right, using
the right-arrow, down-arrow, or end keys.  Scrolling left works fine.

This is especially easy to reproduce by navigating a small Thunar window
to a directory full of many files, the last one with a very long file
name, and pressing the End key.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/exo/+bug/1202389/comments/0


On 2010-11-26T00:06:22+00:00 Rad3k wrote:

I can confirm this bug in Thunar 1.0.2 running on ArchLinux x86_64.

I tried looking into the code, but I've found that it exceeds my
comprehension skills at the moment (not much practice with C and
preprocessor wizardry, mainly C++).

Reply at:
https://bugs.launchpad.net/ubuntu/+source/exo/+bug/1202389/comments/1


On 2013-07-18T00:27:25+00:00 Xfce-e wrote:

This bug appears to have been introduced by the fix for bug 1683.
(Perhaps this report should be against libexo instead of Thunar.)

Reply at:
https://bugs.launchpad.net/ubuntu/+source/exo/+bug/1202389/comments/3


On 2013-07-18T00:42:04+00:00 Xfce-e wrote:

Confirmed: The bug goes away when I revert this commit:
http://git.xfce.org/xfce/exo/commit/?id=c2ac2c77793a7fb6cee85160e6a0f00e53d02108

Reply at:
https://bugs.launchpad.net/ubuntu/+source/exo/+bug/1202389/comments/4


On 2013-07-18T00:57:30+00:00 Xfce-e wrote:

I don't understand what behavior bug 1683 was trying to describe, and
the screen shots linked to that report no longer exist.  I followed the
steps in that report, and the only weirdness I noticed was that the icon
view alternated between showing the beginning and the end of a long file
name when selected.  If that is what the offending commit was supposed
to fix, I suggest reverting it, because the bug it causes (preventing a
selected item from scrolling into view) is much worse.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/exo/+bug/1202389/comments/5


On 2013-07-18T18:30:52+00:00 Xfce-e wrote:

I made a patch that replaces the original bug 1683 fix with one that's a
bit less drastic, in that it doesn't completely disable scrolling wide
items into view.  My patch takes care not to scroll if the selected item
is already as visible as possible, thus avoiding the alternate
left/right scrolling on multiple clicks that interfered with double-
clicking wide items when I reverted the first patch.

I'm currently waiting for Launchpad's servers to build me a new package.
If it works as expected, I'll upload my patch here.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/exo/+bug/1202389/comments/6


On 2013-07-19T01:18:34+00:00 Xfce-e wrote:

Created attachment 5097
Skip horizontal scrolling to a wide item only if the item is already as visible 
as possible.

This patch allows wide items to scroll into view when selected, but does
not cause them to alternately jump left and right with each click when
they are already visible, and does not defeat double-click.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/exo/+bug/1202389/comments/7


On 2014-07-28T23:51:37+00:00 Xfce-e wrote:

Created attachment 5571
patch: scroll just enough to make a large item visible

Here's an updated patch against the Ubuntu Trusty libexo-1-0 package
source.

Instead of failing to scroll at all when an item wider (or taller) than
the view is selected, scroll just enough to make it as visible as
possible.  This allows large items to scroll into view when selected

[Bug 1202389] Re: Thunar compact list view doesn't scroll long file names into view on right-arrow / down-arrow keypress

2014-07-28 Thread Forest
This is still a problem in Trusty. I posted an updated patch to the
upstream bug report. It is much smarter about scrolling items into view
and applies cleanly to the Ubuntu trusty libexo-1-0 package. Hopefully
launchpad will notice it.

** Tags added: trusty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1202389

Title:
  Thunar compact list view doesn't scroll long file names into view on
  right-arrow / down-arrow keypress

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1202389] Re: Thunar compact list view doesn't scroll long file names into view on right-arrow / down-arrow keypress

2013-11-01 Thread Forest
** Tags added: saucy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1202389

Title:
  Thunar compact list view doesn't scroll long file names into view on
  right-arrow / down-arrow keypress

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1202389] Re: Thunar compact list view doesn't scroll long file names into view on right-arrow / down-arrow keypress

2013-07-18 Thread Ubuntu Foundations Team Bug Bot
The attachment "Skip horizontal scrolling to a wide item only if the
item is already as visible as possible." seems to be a patch.  If it
isn't, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are a member of the ~ubuntu-reviewers,
unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1202389

Title:
  Thunar compact list view doesn't scroll long file names into view on
  right-arrow / down-arrow keypress

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1202389] Re: Thunar compact list view doesn't scroll long file names into view on right-arrow / down-arrow keypress

2013-07-18 Thread Forest
Here's my patch. It allows wide items to scroll into view when selected,
but does not cause them to alternately jump left and right with each
click when they are already visible, and does not defeat double-click.

** Patch added: "Skip horizontal scrolling to a wide item only if the item is 
already as visible as possible."
   
https://bugs.launchpad.net/exo/+bug/1202389/+attachment/3741777/+files/01_enable_scroll_to_wide_item.patch

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1202389

Title:
  Thunar compact list view doesn't scroll long file names into view on
  right-arrow / down-arrow keypress

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1202389] Re: Thunar compact list view doesn't scroll long file names into view on right-arrow / down-arrow keypress

2013-07-18 Thread Forest
** No longer affects: thunar

** No longer affects: thunar (Ubuntu)

** Also affects: exo via
   https://bugzilla.xfce.org/show_bug.cgi?id=6014
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1202389

Title:
  Thunar compact list view doesn't scroll long file names into view on
  right-arrow / down-arrow keypress

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1202389] Re: Thunar compact list view doesn't scroll long file names into view on right-arrow / down-arrow keypress

2013-07-17 Thread Forest
** Also affects: exo (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1202389

Title:
  Thunar compact list view doesn't scroll long file names into view on
  right-arrow / down-arrow keypress

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs