Opened 13 years ago
Closed 13 years ago
#8555 closed Bug (invalid)
Table's popup menu has 2 additional elements: Edit Div, Remove div
Reported by: | Larisa | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Chrome, Safari
- Add table (use default settings and just click OK)
- Select entire table using the mouse only
- Press CTRL+C (or CTRL+X)
- Press CTRL+V
- Select the cell in the table that you just copied on open popup menu for it
Expected: Popup menu contains standart elements Actual: We can see that table's popup menu has 2 additional elements: Edit Div, Remove div
Attachments (1)
Change History (2)
Changed 13 years ago by
comment:1 Changed 13 years ago by
Keywords: | popup Edit Div Remove div table removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Extra div options show up because when you copy paste in Webkit the extra div is being added. If you check the source mode you will see them.
The behavior is valid in this case.
The bug with extra divs has been described here #7146.