Closed
Bug 503399
Opened 16 years ago
Closed 16 years ago
caret in contentEditable area with text-align:justify doesn't match position
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: roc)
References
()
Details
Attachments
(2 files)
|
1.18 KB,
patch
|
smontagu
:
review+
|
Details | Diff | Splinter Review |
|
3.07 KB,
patch
|
Details | Diff | Splinter Review |
steps:
1. load test url
2. click into the first <p>
3. press and hold <right-arrow> while watching the caret
4. press <tab>
5. press and hold <right-arrow> while watching the caret
expected results:
caret should always be at the beginning/end of a letter for steps 3 and 5
actual results:
caret in 5 ends up in the middle of the character before where it should be, in the middle of the character before which it should be, and in the middle of the character after the character before which it should be placed.
(originally encountered @docs.google.com with an imported word document.)
useless note: this also happens on Camino (Gecko 1.9) OS X 10.5.7 (x86_64)
OS: Windows 7 → All
| Assignee | ||
Comment 2•16 years ago
|
||
Attachment #388179 -
Flags: review?(smontagu)
Comment 3•16 years ago
|
||
Comment on attachment 388179 [details] [diff] [review]
fix
test?
Attachment #388179 -
Flags: review?(smontagu) → review+
| Assignee | ||
Comment 4•16 years ago
|
||
Do we have a way to get the caret position coordinates?
Comment 5•16 years ago
|
||
Huh, probably not :(
| Assignee | ||
Comment 6•16 years ago
|
||
Bug 396392 would help testing here.
http://hg.mozilla.org/mozilla-central/rev/f6de98d8c2ff
Status: NEW → RESOLVED
Closed: 16 years ago
Flags: in-testsuite?
Resolution: --- → FIXED
Comment 8•16 years ago
|
||
Comment 9•16 years ago
|
||
Pushed the reftest:
http://hg.mozilla.org/mozilla-central/rev/581778538b67
Flags: in-testsuite? → in-testsuite+
Comment 10•15 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•