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 2008-06-23 18:41:14

FremyCompany
Member

Object's applied style

I'm not sure of that, but I think you've forgotten the "runtimeStyle" property into your style matching.

runtimeStyle is an IEOnly property that's now very few used but that overrides any other type of rule.

Have you support for it ?

Fremy

Offline

 

#2 2008-06-25 11:22:07

fabrice
DebugBar Support

Re: Object's applied style

Humm... What do you need exactly ? What is "style matching" for you ?

Offline

 

#3 2008-06-25 13:31:31

FremyCompany
Member

Re: Object's applied style

http://www.my-debugbar.com/wiki/uploads/ToDo/v5b1.png

element.style is OK but not element.runtimeStyle

Offline

 

#4 2008-06-25 13:34:28

fabrice
DebugBar Support

Re: Object's applied style

Ok, I understand your point.

The "Style" tab is displaying all the styles applied by css and html code to the element, not style changed by javascript. That is why you don't see runtimestyle.

To have the current style of the element at the time you look at it, you can use "Comp. style" tab. This one is returning the real applied style on the element, including possible changes done by javascript.

Offline