http://bugs.winehq.org/show_bug.cgi?id=11808
Summary: winefile: broken horizontal scrolling Product: Wine Version: 0.9.56. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: hoehle@users.sourceforge.net
Hi, I've tested 0.9.56, 0.9.48, 0.9.21(!) and noticed that there is a bug with horizontal scrolling with winefile. After clicking the right half of the horizontal scrollbar, so that the view scrolls to the right, click to the left. The view should scroll back to the left, but this does not happen. The same happens in both displays of winefile (the file list and directory tree). In the tree, the visual effect when scrolling back is "interesting". OTOH, regedit scrolls perfectly fine. Same when clicking the horizontal arrows instead of the bar.
I'm using Ubuntu Dapper and Gutsy, compiling wine snapshots myself, running wine in a 800x600 virtual desktop.
Regards, Jörg Höhle
http://bugs.winehq.org/show_bug.cgi?id=11808
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor Status|UNCONFIRMED |NEW Component|-unknown |programs Ever Confirmed|0 |1 Keywords| |source
--- Comment #1 from Austin English austinenglish@gmail.com 2008-03-02 19:35:19 --- Confirming. I'll attach the screen in a sec...
http://bugs.winehq.org/show_bug.cgi?id=11808
--- Comment #2 from Austin English austinenglish@gmail.com 2008-03-02 19:35:45 --- Created an attachment (id=11084) --> (http://bugs.winehq.org/attachment.cgi?id=11084) Screenshot in git.
http://bugs.winehq.org/show_bug.cgi?id=11808
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
--- Comment #3 from Austin English austinenglish@gmail.com 2008-09-01 22:48:27 --- Still present.
http://bugs.winehq.org/show_bug.cgi?id=11808
--- Comment #4 from Jörg Höhle hoehle@users.sourceforge.net 2009-01-19 08:46:01 --- Maybe this is related: in winecfg's audio tab, when there are e.g. MIDI output devices (e.g. run timitidy as an ALSA sequencer daemon) the list becomes so large that a horizontal scroll bar is added. Scrolling horizontally and then vertically makes individual black pixels appear to the left of the vertical scrollbar. Observed in wine-1.1.12
http://bugs.winehq.org/show_bug.cgi?id=11808
Tomasz Sałaciński tsalacinski@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |tsalacinski@gmail.com
--- Comment #5 from Tomasz Sałaciński tsalacinski@gmail.com 2009-05-14 08:43:11 --- Confirming with wine 1.1.21.
http://bugs.winehq.org/show_bug.cgi?id=11808
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kennybobs@o2.co.uk
http://bugs.winehq.org/show_bug.cgi?id=11808
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh@gmail.com
--- Comment #6 from Jerome Leclanche adys.wh@gmail.com 2009-10-25 10:53:24 --- Fixed, but there are a few bugs still left here.
- When scrolling towards the left, if the scrollbar has already reached the edge, the the display will continue scrolling. - There are severe performance issues when scrolling left/right. The redraw is slow, the text flickers. - Columns get ... resized? when scrolling towards the left. its.. weird.
Most if not all of this is probably unrelated to Winefile, programs is likely not a good component for it.
http://bugs.winehq.org/show_bug.cgi?id=11808
--- Comment #7 from Jörg Höhle hoehle@users.sourceforge.net 2010-06-13 04:39:51 --- Still present in wine-1.2rc3.
http://bugs.winehq.org/show_bug.cgi?id=11808
--- Comment #8 from Jörg Höhle hoehle@users.sourceforge.net 2011-01-01 10:18:25 CST --- Still present in wine-1.3.10. What I observe now is that after moving the scrollbar to the right (scrolling left, which works fine), moving it slowly back again still moves the largest part of the window contents to the left.
There's something else that is wrong and perhaps an indicator of the bug cause: When the scrollbar is not in leftmost (original) position, simply clicking or releasing it without moving already causes the window contents to move -- they shouldn't.
http://bugs.winehq.org/show_bug.cgi?id=11808
A Wine user RandomAccountName@mail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |RandomAccountName@mail.com
--- Comment #9 from A Wine user RandomAccountName@mail.com 2012-02-25 07:16:29 CST --- Still present in 1.4-rc5.
http://bugs.winehq.org/show_bug.cgi?id=11808
Daniel Jelinski djelinski1@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |djelinski1@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=11808
Nachanon Vetjasit Nachanon_Vetjasit@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Nachanon_Vetjasit@hotmail.c | |om
--- Comment #10 from Nachanon Vetjasit Nachanon_Vetjasit@hotmail.com 2013-06-04 00:41:23 CDT --- Still present in wine-1.5.31.
http://bugs.winehq.org/show_bug.cgi?id=11808
Qian Hong fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=11808
Carlo Bramini carlo.bramix@libero.it changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |carlo.bramix@libero.it
--- Comment #11 from Carlo Bramini carlo.bramix@libero.it --- I have compiled winefile as a native application for Windows, because I wanted to use it as a replacement, since winfile has not been included anymore in Windows after WinME (16 bit version) and NT 4.0 (32 bit version). The horizontal scrolling does not work on XP and Win7, so it seems to be a bug of the application and not something elsewhere.
https://bugs.winehq.org/show_bug.cgi?id=11808
--- Comment #12 from Carlo Bramini carlo.bramix@libero.it --- Is there a reason because winefile is not using directly the treeview and listview common controls, besides the higher loading time of thousand of items because many calls to function SendMessage()?
https://bugs.winehq.org/show_bug.cgi?id=11808
--- Comment #13 from Nikolay Sivov bunglehead@gmail.com --- (In reply to Carlo Bramini from comment #12)
Is there a reason because winefile is not using directly the treeview and listview common controls, besides the higher loading time of thousand of items because many calls to function SendMessage()?
It shouldn't use them directly. Ultimately winefile should simply open explorer file browser window, that in turn needs a lot of improvement.
https://bugs.winehq.org/show_bug.cgi?id=11808
--- Comment #14 from Carlo Bramini carlo.bramix@libero.it --- (In reply to Nikolay Sivov from comment #13)
(In reply to Carlo Bramini from comment #12)
Is there a reason because winefile is not using directly the treeview and listview common controls, besides the higher loading time of thousand of items because many calls to function SendMessage()?
It shouldn't use them directly. Ultimately winefile should simply open explorer file browser window, that in turn needs a lot of improvement.
I know that Windows changed winfile to a simple wrapper for opening an explorer file window, but in my opinion it would be better to leave the software as winfile was up to Windows 2000 (if I remember correctly). Actually winfile supports a set of interfaces that allows the integration with thirdy party plugins, see here:
https://technet.microsoft.com/it-it/bb762600(v=vs.100)
An example of these plugins if an old version of Graphic Workshop of Alchemy Mindworks, that I had used in the past. Keeping the current implementation would allow to run them, although I do not know if those extensions are supported or not at this time of writing.
https://bugs.winehq.org/show_bug.cgi?id=11808
Lauri Kenttä lauri.kentta@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lauri.kentta@gmail.com
--- Comment #15 from Lauri Kenttä lauri.kentta@gmail.com --- This should be already fixed as of commit c1ab903f ("winefile: Fix horizontal scrolling.")
https://bugs.winehq.org/show_bug.cgi?id=11808
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com, | |winetest@luukku.com
https://bugs.winehq.org/show_bug.cgi?id=11808
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |c1ab903f22d267abd6186ae4f5e | |1c856027bae31 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #16 from Bruno Jesus 00cpxxx@gmail.com --- This was fixed by c1ab903f22d267abd6186ae4f5e1c856027bae31. Tested by manual commit revert.
https://bugs.winehq.org/show_bug.cgi?id=11808
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #17 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 2.0-rc4.
https://bugs.winehq.org/show_bug.cgi?id=11808
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.8.x
https://bugs.winehq.org/show_bug.cgi?id=11808
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.8.x |---
--- Comment #18 from Michael Stefaniuc mstefani@redhat.com --- Removing 1.8.x milestone from bugs included in 1.8.7.