QCAD - 2D CAD System.
Click here for a documentation of the DokuWiki formatting syntax that can be used in reports
Please search for existing tasks (also closed ones) before opening a new task.
Please make sure that you are using the latest Version of QCAD before posting a bug (menu Help - Check for Updates)
FS#356 - Javascript exception: any time user double clicks on text
Attached to Project:
QCAD
Opened by Pete Martin (ac90pilot) - Wednesday, 02 November 2011, 17:06 GMT+2
Last edited by Andrew (andrew) - Wednesday, 02 November 2011, 17:33 GMT+2
Opened by Pete Martin (ac90pilot) - Wednesday, 02 November 2011, 17:06 GMT+2
Last edited by Andrew (andrew) - Wednesday, 02 November 2011, 17:33 GMT+2
|
DetailsJavascript exception Any time user double clicks on text, an exception is raised in the following script: /qcad-3.0.0-rc1-prof-linux/scripts/Draw/Text/TextDialog/TextDialog.js Fix is to comment out the line //bug.... simpleText.checked = textDataIn.isSimple(); |
This task depends upon
Closed by Andrew (andrew)
Wednesday, 02 November 2011, 17:33 GMT+2
Reason for closing: Fixed
Additional comments about closing: r19590
Wednesday, 02 November 2011, 17:33 GMT+2
Reason for closing: Fixed
Additional comments about closing: r19590
To fix the problem, change the line
into: