firebug / firebug.next

Next Firebug generation built on top of native Firefox developer tools
Other
229 stars 37 forks source link

HTML entities in the text (left frame) #463

Open jeromeip opened 8 years ago

jeromeip commented 8 years ago

Disclaimer: This issue is related to v2.0.13 (current production release) so I'm not sure it's an issue in future v3.

When a text content contains unbreakable spaces, they appear like regular spaces in the text (left frame of the HTML tab) except when I click on "Edit".

I would expect that every HTML entity appear here exactly as they are in the original HTML code, so that we can distinguish between a character entered as such and a character entered as an HTML entity (the rendering may indeed be impacted), without having to initiate an unwanted edit sequence.