vieten / sequel-pro

Automatically exported from code.google.com/p/sequel-pro
Other
0 stars 0 forks source link

Must click on the text itself in varchar field, in order to edit it #250

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Any row that has data in a varchar field.
2. Doubleclick on an empty space within the field, but not on the text
itself, eg. "[text text  ( )]" - click within (  ) will not allow for
editing the text, only when doubleclicking the text itself. I'm quite sure
in earlier relases you could just doubleclick anywhere in the field (column
width) to edit the data.

What version of the product are you using? On what operating system?
0.9.5 on 10.5.6.

Original issue reported on code.google.com by thue...@gmail.com on 5 May 2009 at 10:19

GoogleCodeExporter commented 9 years ago
I'm pretty sure this is the default behaviour of the cells of a table view, 
that was introduced in Leopard and I can 
see no way of changing it besides sub-classing NSTextField, but this is quite a 
bit of work for such a relatively 
small issue. This behaviour is also evident in other Cocoa applications. Unless 
anyone has any other insight this 
issue will be marked as "Won't Fix".

Original comment by stuart02 on 10 May 2009 at 8:20

GoogleCodeExporter commented 9 years ago

Original comment by stuart02 on 26 May 2009 at 1:36

GoogleCodeExporter commented 9 years ago
I agree that this wasn't worth subclassing for, but as I had to subclass 
NSTextFieldCell anyway to achieve #209, 
this has been addressed in r1059.

Original comment by rowanb@gmail.com on 18 Jul 2009 at 4:03