Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Bug when disabling CSS properties in the style pane (1.9.2)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
mirmir  
View profile  
 More options May 24 2012, 6:48 am
From: mirmir <mirimir...@gmail.com>
Date: Thu, 24 May 2012 03:48:54 -0700 (PDT)
Local: Thurs, May 24 2012 6:48 am
Subject: Bug when disabling CSS properties in the style pane (1.9.2)
There seems to be a bug in the style pane when disabling CSS
properties. It doesn't always manifest itself from start, but when it
does it wont go away unless Firefox is restarted.

It manifests itself by the disappearance of the entire rule block from
the style pane when disabling any property of that block. Sometimes
the appearance of this anomaly is preceded by a different anomaly
which is the replacement of all rule blocks for the selected HTML tag
with a message saying that the tag has no CSS rules connected to it.

This problem makes Firebug very difficult to use for CSS debugging, to
the point of being useless for this purpose. Has anyone else
experienced this problem?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebo  
View profile  
 More options May 24 2012, 7:05 am
From: Sebo <sebastianzart...@gmx.de>
Date: Thu, 24 May 2012 04:05:50 -0700 (PDT)
Local: Thurs, May 24 2012 7:05 am
Subject: Re: Bug when disabling CSS properties in the style pane (1.9.2)

Do you have a test case? Do you have any other extensions installed?
The only problem with disappearing styles I see is issue 5204<http://code.google.com/p/fbug/issues/detail?id=5204>
.
Also a rule just disappears from the *Style* side panel when I change the
selector so that it's not matching the element anymore. (Which is correct.)

Sebastian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mirmir  
View profile  
 More options May 24 2012, 12:40 pm
From: mirmir <mirimir...@gmail.com>
Date: Thu, 24 May 2012 09:40:44 -0700 (PDT)
Local: Thurs, May 24 2012 12:40 pm
Subject: Re: Bug when disabling CSS properties in the style pane (1.9.2)
On 24 Maj, 13:05, Sebo <sebastianzart...@gmx.de> wrote:

> Do you have a test case? Do you have any other extensions installed?

Yes, I have a few other extensions. I'll try to disable them and also
make a test case.

> The only problem with disappearing styles I see is issue 5204<http://code.google.com/p/fbug/issues/detail?id=5204>

It doesn't look like the same problem because whole rule blocks
disappear not single properties.

> Also a rule just disappears from the *Style* side panel when I change the
> selector so that it's not matching the element anymore. (Which is correct.)

I don't change selectors.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
innundo  
View profile  
 More options Jun 5 2012, 9:11 am
From: innundo <innu...@gmail.com>
Date: Tue, 5 Jun 2012 06:11:44 -0700 (PDT)
Local: Tues, Jun 5 2012 9:11 am
Subject: Re: Bug when disabling CSS properties in the style pane (1.9.2)
Exactly the same problem here. Installing Firebug 1.9.2 over 1.9.1
didn't help. Reinstalling the Firebug (1.9.2) resolved the problem :)

On May 24, 6:40 pm, mirmir <mirimir...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebastian Zartner  
View profile  
 More options Jun 5 2012, 11:44 am
From: Sebastian Zartner <sebastianzart...@googlemail.com>
Date: Tue, 5 Jun 2012 08:44:52 -0700 (PDT)
Local: Tues, Jun 5 2012 11:44 am
Subject: Re: Bug when disabling CSS properties in the style pane (1.9.2)

> Exactly the same problem here. Installing Firebug 1.9.2 over 1.9.1
> didn't help. Reinstalling the Firebug (1.9.2) resolved the problem :)

Thanks for the info! Mirmir, does reinstalling also fix the problem for you?
If not, please follow the steps described in our wiki<http://getfirebug.com/wiki/index.php/I_found_a_Firebug_Bug%21>and tell us if that fixed the issue.

Sebastian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rocky  
View profile  
 More options Jul 2 2012, 1:38 pm
From: Rocky <rbomga...@opgi.com>
Date: Mon, 2 Jul 2012 10:38:44 -0700 (PDT)
Local: Mon, Jul 2 2012 1:38 pm
Subject: Re: Bug when disabling CSS properties in the style pane (1.9.2)

First time contributing.

I also experience this problem, and after tearing my hair out I can finally
recreate it at will. Also, downgrading to Firefox 12 and Firebug 1.9.1
didn't help. (Win 7, Firefox 13.0.1 and Firebug 1.9.2, disabled all other
addons)

It happens when the CSS is external and there isn't any embedded or
external Javascript. Inspect an element and it works the first time, but
refresh the page, then the element "loses" it's style in the Firebug Style
Panel. Click another element in the Firebug HTML Panel, click to disable a
style property and the styles for that element disappears from the Firebug
Style Panel.

To fix, add a <script> </script> block with at least a space and Firebug
works as expected. Not sure about proper protocol, but I've attached the
HTML and CSS files I used to test this bug, hopefully someone else can
recreate it on their system.

-rocky

  style.css
< 1K Download

  test.html
1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebastian Zartner  
View profile  
 More options Jul 3 2012, 4:31 am
From: Sebastian Zartner <sebastianzart...@gmail.com>
Date: Tue, 3 Jul 2012 01:31:13 -0700 (PDT)
Local: Tues, Jul 3 2012 4:31 am
Subject: Re: Bug when disabling CSS properties in the style pane (1.9.2)

Thanks for the test case files. Though unfortunately I still can't
reproduce the problem.

My steps:

   1. Opened Firebug on the test page
   2. Switched to the *HTML* panel
   3. Inspected the <h1> element
   ⇒ The *Style* side panel showed two rules, h1, h2, h3, h4, h5, h6 and
   body (inherited from body) (OK)
   4. Reloaded the page
   ⇒ The *Style* side panel still showed the two rules (OK)
   5. Disabled the color property of the h1, h2, h3, h4, h5, h6 rule
   6. Inspected the <h2> element
   ⇒ The *Style* side panel still showed the two rules (OK)

Did you already try to reproduce that problem on a fresh Firefox profile<http://getfirebug.com/wiki/index.php/FAQ#Installing_in_a_clean_profile>with just Firebug installed?
Can you provide clear steps like I gave them, which reproduce the problem?

Sebastian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rocky  
View profile  
 More options Jul 3 2012, 12:11 pm
From: Rocky <rbomga...@opgi.com>
Date: Tue, 3 Jul 2012 09:11:52 -0700 (PDT)
Local: Tues, Jul 3 2012 12:11 pm
Subject: Re: Bug when disabling CSS properties in the style pane (1.9.2)

I also tested with a fresh Firefox Profile, but I made a mistake by
including the <script> tag in the test HTML file.

   1. Remove line 9 "<script> </script>" from test.html
   2. Open Firebug on test.html
   3. Inspect <div class="header">, and disable background-color * OK *
   4. Reload page
   5. The rule .header disappears in the Style Panel (sometimes it
   reappears after 5 seconds) * BAD *
   6. Inspect <h1>, and disable color. Rule for h1 disappears in Style
   Panel and doesn't update the Browser View  *BAD *

Hopefully that was a better explanation.
-rocky


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebastian Zartner  
View profile  
 More options Jul 4 2012, 7:36 am
From: Sebastian Zartner <sebastianzart...@gmail.com>
Date: Wed, 4 Jul 2012 04:36:23 -0700 (PDT)
Local: Wed, Jul 4 2012 7:36 am
Subject: Re: Bug when disabling CSS properties in the style pane (1.9.2)

Thanks for the steps. I can now reproduce that problems. I created issue
5654 <http://code.google.com/p/fbug/issues/detail?id=5654> to cover that.

Sebastian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »