- Status Closed
- Percent Complete
- Task Type Bug Report
- Category QCAD (main)
-
Assigned To
andrew - Operating System All
- Severity High
- Priority Very Low
- Reported Version 3 RC1
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: QCAD Bugtracker
Opened by ac90pilot - 02.11.2011
Last edited by andrew - 02.11.2011
Opened by ac90pilot - 02.11.2011
Last edited by andrew - 02.11.2011
FS#356 - Javascript exception: any time user double clicks on text
Javascript 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();
Closed by andrew
02.11.2011 16:33
Reason for closing: Fixed
Additional comments about closing:
02.11.2011 16:33
Reason for closing: Fixed
Additional comments about closing:
r19590
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
To fix the problem, change the line
into: