opensourceBIM / bimvie.ws

Javascript client for Building Information Modelling, using open standards like IFC, BCF and BIMSie. Using Bootstrap, BIM Surfer, etc..
GNU Affero General Public License v3.0
170 stars 85 forks source link

Whitespace in IFC attribute and property values #142

Closed hlg closed 1 year ago

hlg commented 1 year ago

In the DOM, multiple white space is collapsed to one. As this modifies literal values shown e.g. in property window or browsing tab, this may cause subtle errors, which are hard to trace. For example when copying literal values of names for queries, expected results may not be found. A possible remedy is to use pre tags or CSS whitespace: pre for selected parts of the html.