View Issue Details

IDProjectCategoryView StatusLast Update
0007810ScribusStory Editor / Text Framespublic2009-03-02 21:18
Reportercbradney Assigned Tojghali  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.3.5svn 
Target Version1.3.5Fixed in Version1.3.5svn 
Summary0007810: Inserting characters from the extended character palette does not work
DescriptionDouble clicking on the characters adds them to the insert area, but pressing the insert button then does nothing.
TagsNo tags attached.
Patch

Activities

jghali

2009-02-20 19:34

administrator   ~0021173

seems to work ok here

subik

2009-02-21 09:01

manager   ~0021177

it performs insert here. The dialog is not closing after insert - maybe it confuses you...

cbradney

2009-02-21 11:46

administrator   ~0021179

It would confuse me, however the characters do not appear in the text frame... this is the issue

subik

2009-02-27 06:43

manager   ~0021231

Craig, it's on your mac? I cannot reproduce it on Linux and Windows :/

jghali

2009-03-01 23:33

administrator   ~0021236

Last edited: 2009-03-01 23:35

It seems that the problem lies in CharSelectEnhanced::insChar()

void CharSelectEnhanced::insChar()
{
    if (!insertButton->hasFocus())
        return;
    emit insertSpecialChars(chToIns);
    delEdit();
}

On OSX insertButton->hasFocus() returns false

Issue History

Date Modified Username Field Change
2009-02-20 19:12 cbradney New Issue
2009-02-20 19:34 jghali Note Added: 0021173
2009-02-21 09:01 subik Note Added: 0021177
2009-02-21 11:46 cbradney Note Added: 0021179
2009-02-27 06:43 subik Note Added: 0021231
2009-03-01 23:33 jghali Note Added: 0021236
2009-03-01 23:35 jghali Note Edited: 0021236
2009-03-01 23:37 jghali Status new => resolved
2009-03-01 23:37 jghali Fixed in Version => 1.3.5svn
2009-03-01 23:37 jghali Resolution open => fixed
2009-03-01 23:37 jghali Assigned To => jghali
2009-03-02 21:18 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