#1000 closed defect (fixed)
Could not parse stylesheet of object 0x291a87f5ce0
Reported by: | Tom Goddard | Owned by: | Eric Pettersen |
---|---|---|---|
Priority: | moderate | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
I believe model panel changing the color in its color buttons is causing css stylesheet errors to be spewed to the log.
open 1a0m
rainbow
Could not parse stylesheet of object 0x291a87f5ce0
Closing model panel before the rainbow command avoids these messages. Some tools such as signal viewer which changes colors can cause hundreds of these stylesheet messages to be logged, interfering with VR because of the overhead of constantly refreshing the log.
Change History (4)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed by using pathname2url around the file name. Doesn't actually show the icon on Windows, but that may be a limitation of Windows buttons. The error is gone at least.
It appears to be the line
in core/ui/widgets/color_button.py that causes the log messages.