Opened 12 years ago
Closed 12 years ago
#9766 closed Bug (duplicate)
Insert space into table after long string fails
Reported by: | Aaron Maenpaa | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
- Enter "source" mode.
- Paste in the following table:
<table class="Basic" style="width:50%"> <tbody> <tr> <th>Lorem</th> <th>Ipsum</th> <th>Dolor</th> </tr> <tr> <td>Lorem</td> <td> </td> <td> </td> </tr> </tbody> </table>
- Switch back to rich text mode.
- In the middle-bottom cell paste: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
- Double click on the 'x'es to select them.
- Press <end>
- Press <space>
- Press 'a'
Expected: There's a space after the 'x'es and an 'a' Actual: The space is never inserted and the 'a' gets stuck on the end. Notes: The <end> is not strictly necessary, but it makes it repro consistently for me. Without the <end> sometimes I get the behavior I'm reporting and sometimes I get the expected behavior.
I've reproduced this in 3.6.3 (what we're using), 4.0 (the demo), and the nightly as of 2012-12-04.
Change History (2)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
This is actually a duplicate of #9861.
Repro's in Chrome, but not Firefox.