Open Bug 1198292 Opened 9 years ago Updated 2 years ago

Can't delete smiley face with backspace key

Categories

(Thunderbird :: Message Compose Window, defect)

38 Branch
x86_64
Linux
defect

Tracking

(Not tracked)

People

(Reporter: tomdkat, Unassigned)

References

Details

(Keywords: regression)

User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:40.0) Gecko/20100101 Firefox/40.0 Build ID: 20150819100530 Steps to reproduce: 1) Compose a new message 2) Insert a smiley face 3) Use the backspace key to delete it Actual results: The smiley face wasn't deleted. Expected results: The smiley face should have been deleted.
I've found these other bug reports: https://bugzilla.mozilla.org/show_bug.cgi?id=77795 https://bugzilla.mozilla.org/show_bug.cgi?id=118912 but they are old and resolved. I think a regression has occurred. I've encountered this in Thunderbird on Linux and Windows 7.
OS: Unspecified → Linux
Hardware: Unspecified → x86_64
Thanks Tom indeed smileys are very hard to delete with backspace, sometimes impossible. Also cursor behavior around and inserting spaces after smiley is irregular. We have a number of other bugs which also point to the fact that there's something wrong with the underlying DOM / interaction with editor. https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%3Athun%2Cmailn%20smil&list_id=12510361 Select all, Insert > HTML shows that there's a superfluous <span> element which might cause these problems: Typing "foo[space][Smiley][space]bar" results in this HTML source: foo <span class="moz-smiley-s1"><span> :-) </span></span>bar<br> More analysis in bug 182941.
Status: UNCONFIRMED → NEW
Depends on: 182941
Ever confirmed: true
Keywords: regression
Blocks: 1066232
See Also: → 1335871

This bug continue to be present on new version 68 :(

Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.