tonnymadsen / ui-bindings

UI Binding Framework for Eclipse
http://tonnymadsen.github.com/ui-bindings/
5 stars 1 forks source link

Navigation in String cells #74

Open tonnymadsen opened 11 years ago

tonnymadsen commented 11 years ago

I am having a problem in UIBindings that might be easy to fix.

When having a string cell in a table the problem occurs when the text exceeds the size of the column. If I try to move to the right with my right arrow key the text does not scroll into view.

In a text field this is not a problem.

I think maybe there is a style bit missing for a string cell?

If you have any idea about this I would be happy to hear from you Tonny.

tonnymadsen commented 11 years ago

I have had another look at the problem in the weekend, and it is not so easy to solve :-( My two first attempts failed. The problem lies in the handling of traverse events, which are a little difficult to fix.

I'll have a new go at this next week.