[BUG]ObjectExplorer clicking items in list scrolls list horizontally right

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[BUG]ObjectExplorer clicking items in list scrolls list horizontally right

Karl Ramberg
When I click a item in the ObjectExplorer list, the whole pane scrolls horizontally to the right, moving pretty much every text row out of pane. 
This makes using the ObjectExplorer quite tedious and annoying.

Open a ObjectExplorer on Browser window to see the behaviour

Karl


Reply | Threaded
Open this post in threaded view
|

Re: [BUG]ObjectExplorer clicking items in list scrolls list horizontally right

marcel.taeumel
*args* Sorry. :-/

Could you all please check ScrollPaneTests >> textScrollToShow and tell me, whether my assumptions are correct in general? If so, I would just force the left border just as I did in PluggableListMorph >> offsetToShow:

Best,
Marcel
Reply | Threaded
Open this post in threaded view
|

Re: [BUG]ObjectExplorer clicking items in list scrolls list horizontally right

Karl Ramberg
The test ScrollPaneTests >>test08ScrollToShow seem right.

I think we must force the scroll pane to the left

Karl

On Thu, May 21, 2015 at 12:49 PM, marcel.taeumel <[hidden email]> wrote:
*args* Sorry. :-/

Could you all please check ScrollPaneTests >> textScrollToShow and tell me,
whether my assumptions are correct in general? If so, I would just force the
left border just as I did in PluggableListMorph >> offsetToShow:

Best,
Marcel



--
View this message in context: http://forum.world.st/BUG-ObjectExplorer-clicking-items-in-list-scrolls-list-horizontally-right-tp4827799p4827811.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.




Reply | Threaded
Open this post in threaded view
|

Re: [BUG]ObjectExplorer clicking items in list scrolls list horizontally right

marcel.taeumel