https://bz.apache.org/ooo/show_bug.cgi?id=128168
Issue ID: 128168
Issue Type: DEFECT
Summary: Pasting Cliboard content into Text box
Product: General
Version: 4.1.6
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: Normal
Priority: P5 (lowest)
Component: ui
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Operating system: Windows 7 Home Premium 64 bit
Apache OpenOffice 4.1.6
1. SITUATION:
- macro executing simple Dialog - only Text Box
(com.sun.star.awt.UnoControlEdit)
- value of Model.MaxTextLen set
- current length of text equals MaxTextLen
- OVERWRITE mode is on
- cursor at any position
2. PROBLEM:
Pasting content of Clipboard <Ctrl-V> results in:
- OpenOffice displaying message about cutting text (OK)
- removing character at cursor position ?????
3. EXAMPLES:
Edit Control, MaxTexLen = 5, current text = 12345
Clipboard content = ab
* - marks cursor position
*
before pasting 12345
*
after pasting 2345
*
before pasting 12345
*
after pasting 1245
--
You are receiving this mail because:
You are the assignee for the issue.