Opened 14 years ago

Closed 14 years ago

#5110 closed Bug (wontfix)

Not able to Cut and Paste bullet item

Reported by: Pranav Prakash Owned by:
Priority: Normal Milestone:
Component: Core : Pasting Version: 3.1
Keywords: Oracle CantFix Cc: Senthil, Pranav

Description

Create a bullet list as shown below:

Bullet List

  • Item One
  • Item Two
  • Item Three
  • Item Four

Now select second item in bullet list i.e. "Item Two". Click on Cut button on tool bar to cut the item. You will observe that it cuts only text not the bullet. Now place your cursor at end of content and click on paste button on toolbar. You will observe only text is pasted, not the bullet.

This issue was reproducible in nightly build too with Internet Explorer 8 and Firefox 3.6.

Change History (1)

comment:1 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: CantFix added
Resolution: wontfix
Status: newclosed

These kinds of selection and clipboard operations are totally controlled by the browser, which doesn't offer a feature to cut a bullet.

Much probably this is related to the fact that we're dealing with HTML here. If you would cut a single list item, you would have an <li> element, which later would be pasted without a proper <ul> or <ol> element. In fact, if you select all items in the list, the <ul> element is copied and then properly pasted later.

We don't have ways to have the current behavior changed. This should be reported to the browser vendors.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy