tobiasstrebitzer / FireFile

Firefox CSS Live Editing Plugin
www.firefile.at
53 stars 12 forks source link

small square in style sidepanel #25

Open axil opened 12 years ago

axil commented 12 years ago

A small square 6x6px and an adjacent 4x4 px appears when right-clicking below css rules in Firebug Styles sideplanel with FireFile addon enabled.

tobiasstrebitzer commented 12 years ago

can you add a screenshot? thx

axil commented 12 years ago

To be more precise it only happens when right-clicking below all css rules, in the empty space. I expect to see context menu with "Edit element style" and "Refresh", which indeed appears on right-click when Firefile is disabled.

axil commented 12 years ago

Screenshot: http://www.uploadup.com/di-3822.png

axil commented 12 years ago

This isn't just an interface issue! Consider the following html file:

aaa

Now try to assign a style to inner div using firefox with firefile enabled. This is not possible!

axil commented 12 years ago

Emmm, I meant the following html file: <div style="color:red"><div>aaa</div></div>