Summary: | It is possible to simultaneously select (highlight) text in multiple fields on a Form | ||
---|---|---|---|
Product: | [Applications] KEXI | Reporter: | Ian Balchin <inksi> |
Component: | Forms | Assignee: | Wojciech Kosowicz <pcellix> |
Status: | CLOSED FIXED | ||
Severity: | minor | CC: | adam, inksi, pcellix, staniek |
Priority: | NOR | Keywords: | junior-jobs |
Version: | 2.8.3 | Flags: | staniek:
Usability+
|
Target Milestone: | --- | ||
Platform: | Mint (Ubuntu based) | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/2334439b5ffb2c665d98981ede3f21f68bc05314 | Version Fixed In: | 2.8.4 |
Sentry Crash Report: | |||
Attachments: | screenshot showing multiple fields highlighted |
Description
Ian Balchin
2014-06-10 16:57:59 UTC
Thanks. Could you post a screenshot? Do you see the same issue regardless of widget type you use: Text Box or Text Editor? (I see it in Text Editor only) One thing is that selection in an unfocused Text Editor looks (in terms of colour) like a selection in a focused one. That's misleading. But if we agree that the fix is to de-select before focusing out, colour of inactive selection isn't relevant. Created attachment 87141 [details]
screenshot showing multiple fields highlighted
I believe that this behaviour affects only Text Editor type fields. Text Box type fields are exempt. The top row of fields are Text Box type. The first one 'Hash No' is highlighted but if I try and select text from others in that row - 'Subjec' or 'Date', then the text in 'Hash No' is deselected/
Ian
Git commit a8682cc70002002201291a8e833f9656b6ab4884 by Wojciech Kosowicz. Committed on 15/06/2014 at 12:40. Pushed by wkosowicz into branch 'calligra/2.8'. Unselecting text from for kexi's form text editor inactive element KTextEdit does not provide deselect method therefore it had to be implemented by manually moving cursor to the end in focusOutEvent FIXED-IN: 2.8.4 REVIEW: 118744 M +9 -0 kexi/plugins/forms/widgets/kexidbtextedit.cpp M +2 -0 kexi/plugins/forms/widgets/kexidbtextedit.h http://commits.kde.org/calligra/a8682cc70002002201291a8e833f9656b6ab4884 Git commit 2334439b5ffb2c665d98981ede3f21f68bc05314 by Wojciech Kosowicz. Committed on 15/06/2014 at 12:40. Pushed by wkosowicz into branch 'master'. Unselecting text from for kexi's form text editor inactive element KTextEdit does not provide deselect method therefore it had to be implemented by manually moving cursor to the end in focusOutEvent FIXED-IN: 2.8.4 REVIEW: 118744 M +9 -0 kexi/plugins/forms/widgets/kexidbtextedit.cpp M +2 -0 kexi/plugins/forms/widgets/kexidbtextedit.h http://commits.kde.org/calligra/2334439b5ffb2c665d98981ede3f21f68bc05314 |