Til Schneider schrieb:
> Hugh Gibson wrote:
>   
>>> Just set the property "highlightFocusRow" to false. 
>>>       
>> Doesn't do it. I'm talking about the selected cell, not the selected
>> row. It's the little box that appears around the cell that you
>> clicked on. It's the TablePaneScroller._focusIndicator object.
>>     
>
> Ah, sorry. Just override the appearance of the focus indicator:
>
>    "table-focus-indicator" : {
>      state : function(vTheme, vStates) {
>        return {
>          border: null
>        }
>      }
>    },
>
>   

Hi Til,

this did it but I think it is not sufficient to just hide the call focus
indicator. If there is no focus indicator the user expects for example
the horizontal scrolling to behave differently. I think we need a
special mode for disabled cell focus in the table widget.

Best Fabian


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to