Commit Graph

5 Commits

Author SHA1 Message Date
Jay Kamat bf7f3baa66
Add contenteditable to inputs 2019-04-17 23:21:48 -07:00
Florian Bruhin 1e1ba34b60 Fix selecting text fields with QtWebKit
Using focus() in JS there means that existing text in the field gets selected.
Move the cursor to the end after focusing it to prevent that.

Fixes #2359
2017-03-01 17:13:02 +01:00
Florian Bruhin 1f7e9e6b59 Add a testcase for #1613 2017-02-03 23:32:56 +01:00
Florian Bruhin a06dcc7f0b BDD: Use :click-element instead of hints 2016-08-18 16:25:58 +02:00
Florian Bruhin 86669600ff Consider input elements without type for hinting 2016-08-01 15:49:50 +02:00