atg / chocolat-public

Public bug tracker for the private chocolat project
http://chocolatapp.com
180 stars 4 forks source link

difficult to resize preview splitted window #1002

Open Vtin opened 12 years ago

Vtin commented 12 years ago

This is a small issue, nothing really important. I find difficult to increase preview split-window size: the 'resizing' cursor appears, but it does not work. I think this happens becouse it overlays the custom vertical scrooll bar and everytime you try to resize the window, you get the scroll bar selected instead. If I click exactly the thin line between the splitted preview and the scroll bar, it works properly (but that is a point where the resizing cursor doesn't appear... that's a bit tricky).

Vtin commented 12 years ago

This might be useful: OSX Lion changed the way scrollbars act, so this might be a minor bug in 10.7 only.

atg commented 11 years ago

This is due to RBSplitView being broken

Vtin commented 8 years ago

I have Chocolat 3 running in Yosemite, and this still happens. Any ideas? V.

atg commented 8 years ago

Well we really just need to either switch to NSSplitView or make a custom one.

The core problem is that a horizontal layout requires a completely different setup than a vertical one. So we probably need to write our own split view class, which is somewhat involved.