multitoys / css-x-fire

Automatically exported from code.google.com/p/css-x-fire
0 stars 0 forks source link

Detect all CSS changes (addition or changes to selectors) not just value changes #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. open Firebug CSS tab
2. click edit
3. change any value, it is not picked up by plugin

What is the expected output? What do you see instead?

I need to be able to edit any part of the CSS file, for example change #wrapper 
p to #wrapper #content p and have the changes detected by the plugin;
apparently it only picks up changes in the Style pane of the HTML tab, and only 
changes to the selector values. I want to also change the selectors, or add 
selectors

What version of the product are you using? On what operating system?
 1.8 on Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by pauldewo...@gmail.com on 28 Oct 2010 at 12:58

GoogleCodeExporter commented 8 years ago
sorry, first time I use this :)
I see it was categorized as defect, but you can change that maybe to another 
type

Original comment by pauldewo...@gmail.com on 28 Oct 2010 at 1:05

GoogleCodeExporter commented 8 years ago
Thank you for your detailed report. I am not sure this will fit in the current 
implementation of CSS-X-Fire unless Firebug has a nice hook for it but I will 
have a look at it.

Original comment by ronnie.k...@gmail.com on 31 Oct 2010 at 11:05

GoogleCodeExporter commented 8 years ago
Addition of (non-empty) selectors from the CSS panel is implemented in 1.10

Modifying selectors needs a lot more more work and might break things that are 
working now, so I will create a separate issue for that.

Original comment by ronnie.k...@gmail.com on 28 Nov 2010 at 6:29

GoogleCodeExporter commented 8 years ago
How do you add new selectors in firebug css panel?

Original comment by aristide...@gmail.com on 11 Jan 2011 at 11:50

GoogleCodeExporter commented 8 years ago
by going to CSS tab then edit

Original comment by pauldewo...@gmail.com on 12 Jan 2011 at 12:07