QCAD Bugtracker

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)

IDCategoryTask TypeSeveritySummaryStatus  descProgress
 2102 QCAD (main)Bug ReportLow Angular Dimension - fixed extension line option incompl ...Closed
100%
Task Description

The property editor offers for an Angular Dimension the option to make a fixed extension (yes/no) but the input field for a length is missing.

 2103 ECMAScriptBug ReportLow Crash when lengthen() executed twice Closed
100%
1 Task Description

This code was executed in the Script Shell window. Then the program is failing of and closed.

a = addLine(0,0,100,100);
lengthen(a, true, 50); // success
lengthen(a, true, 50); // FAILED!
 2104 ECMAScriptRefactoringLow Dublicate functions in scripts/simple.js and scripts/li ...Closed
100%
Task Description

Both of these files (scripts/simple.js and scripts/library.js) contain a function named sleep() that duplicate each other. There is probably a need to delete one of them.

Permalinks to this definitions on Github:

 2105 QCAD (main)Bug ReportLow File > Print / PDF export: Selected entities are printe ...Closed
100%
Task Description

QCAD community 3.25.0.0, Qt 5.15.0, FreeBSD 12.1p8

Take any random drawing (as far as I can tell), select (at least) one object, then export to PDF. The “highlight attribute” (for lack of a better word) of the object will unexpectedly be exported.

 2108 ECMAScriptReleaseLow FlexPainter update Beta 0.42e Closed
100%
Task Description

https://qcad.org/rsforum/viewtopic.php?f=30&t=6547&p=29307#p29307

FlexPainter is updated.

Should not load while PROTOOLS are absent.

Regards,
CVH

 2109 QCAD (main)Bug ReportLow Dimension > Arc Length: Tool non-responsive Closed
100%
Task Description

See also:
https://www.qcad.org/rsforum/viewtopic.php?f=33&t=7542

 2113 QCAD (main)Bug ReportMedium wrong objects are selected while selecting region with  ...Closed
100%
1 Task Description

wrong objects are selected while selecting region with mouse.
Actions:Trying to select small rectangle area using mouse while holding left mouse button. (ScreenShot_1.png)
Expected result: only objects inside selection rectangle (text, lines, rectangles) are selected.
Factual result: objects inside selection rectangle are selected as well as other objects which are farther away (marked with purple arrows in ScreenShot_2.png)

 2114 QCAD (main)Bug ReportLow File > Print: Printout offset under Windows Closed
100%
Task Description

See Qt bug 5363:
https://bugreports.qt.io/browse/QTBUG-5363

 2117 Command line toolsBug ReportLow BBOX inconsistent output Closed
100%
1 Task Description

When I run bbox with the attached file I get inconsistent results if I run it 6 or 10 times.

Sometimes the size is 448979.2349223149/310815.2964427199 (it thinks that there is an object at 0,0)
sometimes it is 338.0789223148604/302.31644271989353 (this is what I think is correct)

ubuntu@server-a:/opt/qcad-3.25.2-pro-linux-x86_64$ ./bbox test.dwg
QCAD version 3.25.2
Warning: RPropertyTypeId::generateId: property already initialized: 7RObject : “” : “Invisible” 15:59:40: Debug: calling odInitialize
15:59:42: Debug: dropped global XDATA (no res buf): “ViewportCenter” Min: 0/0
Max: 448979.2349223149/310815.2964427199
Size: 448979.2349223149/310815.2964427199

ubuntu@server-a:/opt/qcad-3.25.2-pro-linux-x86_64$ ./bbox test.dwg
QCAD version 3.25.2
Warning: RPropertyTypeId::generateId: property already initialized: 7RObject : “” : “Invisible” 15:59:49: Debug: calling odInitialize
15:59:51: Debug: dropped global XDATA (no res buf): “ViewportCenter” Min: 448641.156/310512.98
Max: 448979.2349223149/310815.2964427199
Size: 338.0789223148604/302.31644271989353

 2118 QCAD (main)Bug ReportLow Dark mode: disabled menu text distorted Closed
100%
Task Description

See also:
https://www.qcad.org/rsforum/viewtopic.php?f=33&t=7596

Windows / Linux

 2119 QCAD (main)Bug ReportLow QCAD/CAM 3.25.2 locks up during startup on lubuntu 18.0 ...Closed
100%
Task Description

Upgraded from 3.24.3 to 3.25.2 on lubuntu 18.04
QCAD/CAM hangs during startup, but managed to get it running by renaming libqcadgles3d.so to libqcadgles3d.so.orig.
Don’t understand why 3.24.3 still works ok without having to do this.
Any suggestions please?
Thanks.

 2120 QCAD (main)SuggestionLow SH - Restrictions for orientation are not working Closed
100%
Task Description

Case:
launch LI,
launch for the first point SH, set to 5 distance,
snap to a point,
activate Auto snap, (which would work with SD for EH and EV but not for Alt)
try to restrict orientation for second point with ALT, EH, EV - it won’t work in this scenario ... :-(

Edit: Playing around ... could it be that RZ is not propperly set within those tools?

 2122 QCAD (main)Bug ReportLow View > Property Editor: Formatting of Negative Values i ...Closed
100%
Task Description

See also:
https://www.qcad.org/rsforum/viewtopic.php?f=31&t=7633

 2123 QCAD (main)Bug ReportLow File > Print: Crop marks not printed Closed
100%
Task Description

Crop marks in Paper_Space are only printed if a Viewport covers the crop mark position.

See also:

https://www.qcad.org/rsforum/viewtopic.php?f=32&t=7651

 2124 QCAD (main)Bug ReportLow Hatch solid fill disappears after saving and reopening Closed
100%
Task Description

A solid fill hatch works as expected in the attached file and prints OK, but after saving the file and reopening, the hatch has disappeared.

 2126 QCAD (main)SuggestionVery Low PE casts on individual hatch segments Closed
100%
1 Task Description

QCADpro 3.25.2.1 / win7pro 32 bit / 4GB / 1e generation i7 2.6Ghz / HDD GeForce GT 520

The method PE casts the clipboard on individual hatch segments.
Hatches should be considered as a single complex entity not allowing certain actions.

Discovered while:
https://qcad.org/rsforum/viewtopic.php?f=33&p=30008#p30008

Not that it matters: In doing so the scaling is off too.

Regards,
CVH

 2128 QCAD (main)Feature RequestLow "Create Library Item" "Save As" dialogue doesn't rememb ...Closed
100%
2 Task Description

This is either a bug or a feature request, depending on perspective; my apologies if I’ve picked the wrong one. Additional discussion can be found here.

Steps to reproduce:
1. Create an entity
2. Run “Create Library Item” [BT]
3. Select Reference Point

Expected outcome:
“Save As” dialogue opens in the directory that the previous library item was saved in

Actual outcome:
“Save As” dialogue opens in ( RSettings.getLaunchPath() + “/libraries” )

Additional Context:
The reason I’ve categorized this as a bug is because, relative to the behaviour of the main “Save As” dialogue (which does remember the last directory used) the behaviour of the “Create Library Item” “Save As” dialogue is unexpected.

Software versions:
QCAD 3.25.2 Pro
Windows 10 Pro

 2129 QCAD (main)Bug ReportLow Info > Polyline Area: Overlapping labels Closed
100%
Task Description

See also:
https://www.qcad.org/rsforum/viewtopic.php?f=32&t=7728

 2131 QCAD (main)Bug ReportLow Modify > Clip to Rectangle: fails on xlines Closed
100%
Task Description

XLine entities are not split up correctly into rays and a line at the rectangular edge.

 2132 QCAD (main)Bug ReportLow Dimension > Baseline / Continue: custom text label posi ...Closed
100%
1 Task Description

To reproduce:

  1. Draw a rectangle.
  2. DH, draw a dimension (the base dimension).
  3. Move that dimension’s text to a new position.
  4. DC, continue that dimension.


The text of the continued dimension will show up on top of that of the base dimension. Expected behaviour would be that it would show up on top of the continued dimension (standard placement).

Please see attached pic.

 2133 QCAD (main)Bug ReportLow Modify > Break out Manual: exception for closed polylin ...Closed
100%
Task Description

See also:
https://www.qcad.org/rsforum/viewtopic.php?f=33&t=7768

 2134 QCAD (main)Bug ReportLow Property Editor, Total Length result incorrect Closed
100%
Task Description

Case: Tested with the example drawing provided below:
https://www.qcad.org/rsforum/viewtopic.php?f=83&t=7776

If I select every single entity piece by piece with the mouse pointer the total length is correct.
If I select everything in once with a rectangular or a polyline selection the total length is incorrect.

 2135 QCAD (main)Bug ReportLow CAM > Nesting: quantity not correct Closed
100%
Task Description

Under Linux the quantity is not correctly interpreted.

See also:
https://www.qcad.org/rsforum/viewtopic.php?f=74&t=7784

 2136 QCAD Community EditionBug ReportLow dash (and other) linetype isn't showing on normal drawi ...Closed
100%
Task Description

Good night,

I have attached three print screen. One showing the print preview mode, one showing the normal drawing mode and the last one showing the
result pdf (that looks like the print preview draw).

Thank you for your great work on this project.

 2137 QCAD (main)Bug ReportLow View > Property Editor: Block reference shows propertie ...Closed
100%
Task Description

Create block with attribute definition.
Create block reference.
Edit block and delete attribute definition.
Select block reference.
> Property editor shows deleted attribute

 2139 QCAD (main)Feature RequestVery Low Auto revert to format = 'Decimal' isn't complete Closed
100%
1 Task Description

From this Topic:
https://www.qcad.org/rsforum/viewtopic.php?f=33&t=7818

Trial 1 doesn’t gives the intended result.
Trial 2 includes manual altering back and forth the Format field what gives the intended result

Regards,
CVH

 2141 ECMAScriptSuggestionLow Typo in simple.js Closed
100%
Task Description

Andrew,

Both disableInput() & enableInput() in simple.js
state that input is prevented ...

It is most obvious ;-)

Regards,
CVH

 2142 QCAD (main)Bug ReportLow Viewports: Cannot snap to reference points of circles / ...Closed
100%
Task Description

Reported by CVH

https://www.qcad.org/rsforum/viewtopic.php?f=32&t=7868

 2143 QCAD (main)Bug ReportLow Rendering: arcs in scaled up blocks rendered with too l ...Closed
100%
Task Description

Create block with arc or circle
Insert block with factor 100
Rendering is too coarse

 2144 QCAD (main)Bug ReportVery Low Draw > Viewport > Add Viewport: Custom hatch pattern no ...Closed
100%
Task Description

QCAD Professional

Version: 3.25.2.4 (3.25.2.4)
Internet: QCAD.org
Build Date: Nov 18 2020
Revision: 40f4475
Qt Version: 5.13.2
Architecture: i386
Compiler: Unknown

Orphan Hatches (without a *.pat file installed) are no longer visible in a viewport

Topic: https://qcad.org/rsforum/viewtopic.php?f=33&t=7830
Original topic: https://qcad.org/rsforum/viewtopic.php?f=33&t=7340
File: #2 https://qcad.org/bugtracker/index.php?do=details&task_id=2063

Regards,
CVH

 2150 QCAD (main)Bug ReportLow Modify > Stretch: block with attribute not moving Closed
100%
Task Description

Create block with attribute definition (attribute definition has lowest draw order in block).

Create block reference from block.

Modify > Stretch with area around block reference.

Block reference does not move.

See also:
https://www.qcad.org/rsforum/viewtopic.php?f=33&t=7895

 2151 QCAD (main)Bug ReportVery Low Update viewport on Layout after Layer property change Closed
100%
1 Task Description

QCAD Professional
Win installer 32bit
Version: 3.25.2.4 (3.25.2.4)
Internet: QCAD.org
Build Date: Nov 18 2020
Revision: 40f4475
Qt Version: 5.13.2
Architecture: i386
Compiler: Unknown

With the attached file:
Viewing Layout1
Changing ON/OFF or Frozen state of layers in the Layer List

The view doesn’t update immediate.
Selecting an entity: Yes
After QQ Yes
Switching to another Application and reverting the focus back to QCAD: Yes
Using zoom / pan or the Zoom functions: No
Changing the display modes: Yes
Starting an action: No

 2152 QCAD (main)Bug ReportLow Status change for Visibility in Viewports fails Closed
100%
Task Description

Status change for Visibility is without any effect on Viewports in Paper_Space.

Case:
Entities drawn on a layer in Model_Space. Visibility on/off works.
Situation covered with a Viewport, placed in Paper_Space, Edit content launched for that Paper_Space, Visibility on/off doesn’t works.

It was properly working in previos QCAD versions ...

 2153 QCAD (main)Bug ReportLow Freeze program when using text tool Closed
100%
Task Description

Using version 3.25.2.4

Add or change text.
Inside the rich tab I try to change the text height.
The program freezes.
Tried with different fonts.

 2154 QCAD (main)Bug ReportLow View > Library Browser: '0' shortcut breaks value enter ...Closed
100%
Task Description

See also:
https://www.qcad.org/rsforum/viewtopic.php?f=33&t=7900

 2156 QCAD (main)SuggestionLow Add an option to XP preferences to include circles or n ...Closed
100%
1 Task Description

Andrew,
unrelated to any OS or version.

Circles do explode to polylines with two arc segments.
Discussed earlier and very correct because a full circle bulge would be a mathematical limit situation.

When there is no option to ‘Undo’ anymore or when the file was saved & loaded there is no easy way back.

One of the reasons why I isolate circle entities if I might going to use XP as in the file here:
https://qcad.org/bugtracker/index.php?do=details&task_id=2155
Even knowing it, I still make more mistakes as I would like. ;-)

It would be nice to be able to exclude circle entities from the GUI explosion action XP.
Can be simply implemented in the top of Explode.explodeSelection with an extra preference in AppPrefs, default =true.

On the other hand, the explosions of circles used internally in various methods should remain.

Regards,
CVH

 2158 QCAD (main)Bug ReportLow dwg2bmp: -origin does not export origin Closed
100%
Task Description

-origin has no effect, origin is not drawn in export

 2163 QCAD (main)Bug ReportLow File > SVG Import: parsing path data with implicit sepa ...Closed
100%
Task Description

Path data might contain leading zeroes to indicate an implicit separator:

“1 02” should be equivalent with “1 0 2”, not “1 2”.

 2165 QCAD (main)Bug ReportLow Rectangle with Size (RS) doesn't remember Fill, RoundCo ...Closed
100%
1 Task Description

QCAD Professional
Win installer 32bit
Version: 3.25.2.7 (3.25.2.7)
Internet: QCAD.org
Build Date: Dec 16 2020
Revision: e06f230
Qt Version: 5.13.2
Architecture: i386
Compiler: Unknown

Topic: https://qcad.org/rsforum/viewtopic.php?f=33&t=7900
Report: https://qcad.org/rsforum/viewtopic.php?f=33&t=7900#p30977

Rectangle with Size (RS) doesn’t update the Fill, RoundCorners & Radius settings shared under the [Shape] header in QCAD ini.

Explained as group synchronization while the Polygon methods have more settings in common, although not shared.

In the summary there are more minor issues listed.
All have a bar in the Options Toolbar that disappears after the first is drawn.

I rather would opt for all individual settings ...
... or all grouped.

Regards,
CVH

 2166 QCAD (main)SuggestionMedium Text box creates wrong line break - Textbox erzeugt fal ...Closed
100%
Task Description

Englisch:
A text that ends with a line break is displayed incorrectly.

I think the \P should be passed to the program to create the line break. Unfortunately it is taken over directly into the text.

See attachment


Deutsch:
Textbox erzeugt falschen Umbruch

Ein Text der mit einen Zeilenumbruch endet, wird falsch dargestellt.

Ich denke mal das \P sollte an das Programm weitergegeben werden um den Zeilenumbruch zu erzeugen. Leider wird es direkt in den Text mit übernommen.

Siehe Anhang

 2168 QCAD (main)Bug ReportLow Explosion of a bulging Polyline with Widths may include ...Closed
100%
1 Task Description

QCAD Professional
Win installer 32bit
Version: 3.25.2.7 (3.25.2.7)
Internet: QCAD.org
Build Date: Dec 16 2020
Revision: e06f230
Qt Version: 5.13.2
Architecture: i386
Compiler: Unknown

Follow up on: https://www.qcad.org/bugtracker/index.php?do=details&task_id=2023
The zero crossing at 180° turn is fixed.

Found two very minute Line segments where the Width is set zero.
Revision dxf included.

Referring to the grid they are rendered about 0.0002 long.
They are in the order of 5e-15 and less or simply zero long in this case (<1ULP).
Results may vary in length ... and vary after Save/Revert.
Files included: PolyWidthErrLargeArc_v2.csv (a/b)

Not encountered on a Polyline with line segments.

Regards,
CVH

 2170 QCAD (main)Bug ReportLow Draw > Text: Wrong color for formatted text blocks usin ...Closed
100%
1 Task Description

QCAD Professional
Win installer 32bit
Version: 3.25.2.7 (3.25.2.7)
Internet: QCAD.org
Build Date: Dec 16 2020
Revision: e06f230
Qt Version: 5.13.2
Architecture: i386
Compiler: Unknown

File & picture included
Work around: Chop it up or use a TTF font

Regards,
CVH

 2171 QCAD (main)Bug ReportLow Scaling a block reference should not scale line type pa ...Closed
100%
Task Description

See also:
https://www.qcad.org/rsforum/viewtopic.php?f=33&t=7948

 2172 QCAD (main)Feature RequestLow Modify > Property Painter: Add alpha property for hatch ...Closed
100%
2 Task Description

The alpha property is a new feature. Now that we are using it it can be added to tools like the “Property Painter”.

 2173 QCAD (main)Feature RequestLow View > Selection Filter: Add alpha property for hatches Closed
100%
2 Task Description

Add alpha property to filter for hatches.

 2175 QCAD (main)Bug ReportVery Low Edit > Application Preferences > Draw > Text: Uncheck a ...Closed
100%
Task Description

In the Application Preferences>Draw>Text dialog, when first opened, the Uncheck all and Check all buttons are not disabled if the Show font preview in font controls check box is checked. If you click on the Use reduced selection of fonts check box twice the buttons become disabled.

 2179 QCAD (main)Bug ReportHigh The use of 'Edit Block In-place' corrupts other open fi ...Closed
100%
Task Description

QCAD Professional
Win7 winInstaller 32bit
Version: 3.25.2.7 (3.25.2.7)
Internet: QCAD.org
Build Date: Dec 16 2020
Revision: e06f230
Qt Version: 5.13.2
Architecture: i386
Compiler: Unknown

Include file was open when using ‘Edit Block In-place (BB)’ in an other drawing.
Happend on 5/1/2021 just before 2:56 am
https://qcad.org/rsforum/viewtopic.php?&t=7945#p31055

‘Edit Block In-place (BB)’ is never used in this drawing.
There was never a Block in this file.
I might have switched focus.

Re-installed QCAD a dozen times meanwhile.
Wiped all what remained of QCAD twice.
Cleaned up the windows registry twice.
Lastly left out all kinds of my custom scripts.
Simply a bare install with the msi file.

How to replicate:
- Start QCAD in normal mode
- Load included file
- Set App.Prefs .. Startup .. Restore open files
- Close QCAD
- Start QCAD in debugger mode
(-rescan -enable-script-debugger -always-load-scripts)

Boot fails.
Every successive trial.

When booting in normal mode I see the BB options toolbar blink shortly.

3 Screengrabs in DebuggerModeError.zip in the same topic.
The blink I can’t catch.

I can Boot with no file to retore on open in debugger mode and load the file.
I have several of those files, all were open that day at 2:56 am

CVH

 2180 QCAD (main)Feature RequestVery Low Surface area off a hatch Closed
100%
1 Task Description

That would ease this task:
https://www.qcad.org/rsforum/viewtopic.php?f=32&t=8000

Correct surface area included.
CVH

 2183 WebsiteBug ReportLow Dummy (spam) Closed
100%
Task Description

no task description

 2184 QCAD (main)Bug ReportLow Spam Closed
100%
Task Description

spam

Showing tasks 2251 - 2300 of 2560 Page 46 of 52<<First - 44 - 45 - 46 - 47 - 48 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing