DebugBar Forums
 
 HOME 
 DOWNLOAD 
 BUY 
 DOC / WIKI 
 FORUM 
 CONTACT 
Stay tuned : rss feed

Forum Home


advanced search

You are not logged in.

Announcement

Forums are now closed as we moved them to google groups. You can use the following Google Groups to discuss about DebugBar and IETester products:

#1 2011-03-14 09:46:25

abdu
New member

Referencing Rule # back to CSS file

In DebugBar when inspecting an element, the Style tab shows rules with Rule #'s. How do I reference a rule # back in the css file? Why doesn't it show line #'s like other tools like Firebug and Chrome Developer Tools?

Offline

 

#2 2011-03-14 16:48:59

fabrice
DebugBar Support

Re: Referencing Rule # back to CSS file

Hi,

There are two tabs in DebugBar where the style is displayed:

* The "Style" tab where you have a reference to the rule used in the css
* The "Computed Style" where you don't have a reference to the rule used in the css

IE is handling css and dom differently from other browsers and the information from the source css is not retained when the page is interpreted, so that's why it's not possible to display the information the same way other developer tools on other browsers are doing it.
I plan to improve this in future version but I am focusing on launching the v6.0 right which will let the user change the source code on the fly directly from DebugBar.

Offline