Find 'null' elements in layout

750
2
11-21-2021 05:38 PM
Status: Open
Labels (1)
wayfaringrob
Frequent Contributor

A recent bug (detailed here) causes any map document with an empty text box to tank the program on export. I'll spare readers the exact curse words used in my exchange with this bug, and simply say that my error log is fuller than ever and my time spent on this project has well exceeded expectations.

While this will likely be resolved, it makes me wonder why 'null' text boxes stick around anyway. Surely, some use rectangles as placeholders and rulers, but the tiny, accidental ones no larger than a cursor likely have no purpose other than serving as this bug's accomplice and reminders of our own forgetfulness. The current solution to finding extraneous elements like this is a manual hunt up and down the contents tree. I'm not a fan of this tree climbing, so I'm wondering if there can be a "hey, you've got an empty element here" type of scanner or warning thing. Perhaps an icon next to its checkbox - showing that the layer contains nothing. That would be swell.

2 Comments
KoryKramer

Since that bug has to do specifically with empty text elements, filtering the Contents pane to just Text will help a little bit hopefully (less tree climbing I would suspect).

KoryKramer_0-1637587197071.png

This idea would take that a step further to allow filtering to just empty elements...

wayfaringrob

Nice, I didn't know about that @KoryKramer