SQLCell icon indicating copy to clipboard operation
SQLCell copied to clipboard

converting table to editabletableWidget only works occasionally, randomly

Open tmthyjames opened this issue 8 years ago • 1 comments

when it doesn't work, the tab-index attr doesn't get set.

tmthyjames avatar Dec 18 '16 19:12 tmthyjames

inserting tabindex="1" manually into the HTML table fixes this issue but makes all cells highlight-able(?). Maybe do:

if __SQLVAR__.EDIT:
    insert tabindex="1"

tmthyjames avatar Dec 18 '16 19:12 tmthyjames