How to change properties values in Firebug inspector with the mouse wheel? -
i found can scroll values of inspected element using chrome inspector. i'd same firebug inspector.
example (in chrome): select div , has property: padding: 10px; double click on 10px , can use mouse wheel increase / decrease value.
is there way firebug.
okay, you've found firebug works differently chrome devtools.
you're going have accept work differently in respect. can use up/down arrow keys change values in firebug, not scroll wheel. that's way works.
personally, prefer scrollwheel work way in firebug -- ie scrolling list of styles. that's personal preference. either way, you're not going able change firebug's behaviour in respect without digging codebase , modifying yourself.
Comments
Post a Comment