View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008577 | Scribus | Story Editor / Text Frames | public | 2009-11-11 17:44 | 2011-03-24 15:52 |
Reporter | fsnelting | Assigned To | cbradney | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | PC | OS | Linux (Ubuntu) | OS Version | 5.10 Breezy |
Product Version | 1.3.3.13svn | ||||
Fixed in Version | 1.4.0svn | ||||
Summary | 0008577: manually typed glyph number not inserted in text | ||||
Description | When you manually type the code of a character in the Select Character palette, the corresponding character is displayed in the display field, but not inserted in the text after clicking 'insert'. It will be added correctly though, if you have clicked on the corresponding glyph, before selecting 'insert'. | ||||
Steps To Reproduce | Select a text box. Open Story Editor. Select Insert > Insert Glyph. At 'Insert Code' type 00153 for small ligature oe. Click 'insert' and close the Select Character palette. The ligature has not been added to the text. | ||||
Tags | No tags attached. | ||||
Patch | |||||
|
The issue can be fixed by commenting out line 786/787 of charselect.cpp: if (insCode->hasFocus()) return; // don't insert glyphs when user edits HEX unicode Not quite sure why that code was added. It has however been removed in 1.3.5+, so that issue does not exists in 1.3.5/1.5.0svn |
Date Modified | Username | Field | Change |
---|---|---|---|
2009-11-11 17:44 | fsnelting | New Issue | |
2009-11-11 20:12 | jghali | Note Added: 0022830 | |
2011-03-24 12:53 | cbradney | Status | new => resolved |
2011-03-24 12:53 | cbradney | Fixed in Version | => 1.4.0svn |
2011-03-24 12:53 | cbradney | Resolution | open => fixed |
2011-03-24 12:53 | cbradney | Assigned To | => cbradney |
2011-03-24 15:52 | cbradney | Status | resolved => closed |
2015-09-17 20:08 | Kunda | Category | Story Editor / Text Frames => Story Ed/Txt Frames |
2015-09-17 20:12 | Kunda | Category | Story Ed/Txt Frames => Story Editor / Text Frames |