Cannot copy text longer than TextEntry
Bug #1483908 reported by
Rüdiger Kupper
This bug affects 8 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Confirmed
|
High
|
Zoltan Balogh | ||
ubuntu-ui-toolkit (Ubuntu) |
In Progress
|
High
|
Cris Dywan | ||
ubuntu-ui-toolkit (Ubuntu RTM) |
In Progress
|
High
|
Cris Dywan | ||
webbrowser-app (Ubuntu) |
Invalid
|
Undecided
|
Unassigned |
Bug Description
Go to a URL that is long, i.e.:
http://
In the browser window, try to copy the URL string from the location bar. You will not succeed: There is no way to select and copy the full string. Blue markers will erratically appear, but cannot be moved to the beginning and end of the string, because the string does not scroll left or right while blue markers are present.
This is akward and a very poor UX. Actually, it drives me mad.
Related branches
lp://staging/~ubuntu-sdk-team/ubuntu-ui-toolkit/inputFlickableContentWidth
On hold
for merging
into
lp://staging/ubuntu-ui-toolkit/staging
- PS Jenkins bot: Needs Fixing (continuous-integration)
- Ubuntu SDK team: Pending requested
-
Diff: 174 lines (+64/-57)3 files modifiedexamples/ubuntu-ui-toolkit-gallery/TextInputs.qml (+12/-0)
src/Ubuntu/Components/1.3/InputHandler.qml (+6/-5)
src/Ubuntu/Components/1.3/TextField.qml (+46/-52)
Changed in ubuntu-ui-toolkit (Ubuntu): | |
assignee: | nobody → Christian Dywan (kalikiana) |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
importance: | Undecided → High |
summary: |
- Cannot copy URLs longer than display + Cannot copy text longer than TextEntry |
Changed in canonical-devices-system-image: | |
assignee: | nobody → Zoltan Balogh (bzoltan) |
importance: | Undecided → High |
milestone: | none → ww46-2015 |
status: | New → Confirmed |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
importance: | High → Critical |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in canonical-devices-system-image: | |
status: | Confirmed → In Progress |
Changed in canonical-devices-system-image: | |
milestone: | ww46-2015 → ww02-2016 |
Changed in ubuntu-ui-toolkit (Ubuntu RTM): | |
assignee: | nobody → Christian Dywan (kalikiana) |
status: | New → In Progress |
importance: | Undecided → Critical |
no longer affects: | ubuntu-ui-toolkit (Ubuntu) |
Changed in canonical-devices-system-image: | |
milestone: | ww02-2016 → ww08-2016 |
Changed in canonical-devices-system-image: | |
milestone: | ww08-2016 → 11 |
Changed in webbrowser-app (Ubuntu): | |
assignee: | nobody → Christian Dywan (kalikiana) |
assignee: | Christian Dywan (kalikiana) → nobody |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
assignee: | nobody → Christian Dywan (kalikiana) |
status: | New → In Progress |
importance: | Undecided → Critical |
Changed in canonical-devices-system-image: | |
status: | In Progress → Confirmed |
Changed in canonical-devices-system-image: | |
importance: | High → Critical |
importance: | Critical → High |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
importance: | Critical → High |
Changed in ubuntu-ui-toolkit (Ubuntu RTM): | |
importance: | Critical → High |
Changed in canonical-devices-system-image: | |
milestone: | 11 → 12 |
To post a comment you must log in.
Confirmed, but this is not specific to the browser: any standard TextField from the UITK is affected. I’m attaching a simple standalone example that can be launched with qmlscene on a device to observe the issue.