QCAD Bugtracker

  • Status Closed
  • Percent Complete
    100%
  • Task Type Bug Report
  • Category QCAD (main)
  • Assigned To
    Andrew
  • Operating System Windows XP
  • Severity Medium
  • Priority Very Low
  • Reported Version 3 RC1
  • Due in Version Undecided
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: QCAD Bugtracker
Opened by Husky - 05.11.2011
Last edited by Andrew - 06.11.2011

FS#369 - "Edit Text" Function fails ...

3 RC1b

Trying to edit a Text calls the Qt Script Debugger with following Message:

Uncaught exception at C:/Programme/QCAD 3rc1b/scripts/Draw/Text\TextDialog/TextDialog.js:170: ReferenceError: Can’t find variable: simpleText
170 simpleText.checked = textDataIn.isSimple();

I’m able to close the Script Debugger but I can’t edit the Text ....

Closed by  Andrew
06.11.2011 08:40
Reason for closing:  Duplicate
Additional comments about closing:  

See  FS#356  for quick fix.

Husky commented on 06.11.2011 20:51

Thanks!
With the Quick fix from Report  FS#356  I'm now able to edit the Text - but a double Click on Text without(!) a selected function pops again up the Script Debugger:

Uncaught exception at C:/Programme/QCAD 3rc1b\scripts/Draw/Text/TextDialog/TextDialog.js:170: ReferenceError: Can't find variable: simpleText
170 simpleText.checked = textDataIn.isSimple();

Admin
Andrew commented on 06.11.2011 20:57

Did you restart QCAD?

The quick fix changes that line of code from 'simpleText' to 'cbSimpleText', yet the exception you posted still shows the old code with 'simpleText'.

Husky commented on 06.11.2011 21:14

Yep - my bad! I forgot to restart. Sorry for that!

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing