Chrome also has some fantastic stuff for debugging also. I prefer it to the firebug stuff.
Sent from my iPhone > On Dec 18, 2014, at 5:37 PM, Maureen <[email protected]> wrote: > > > Firebug will do that. It will show you the exact CSS file and the > line that is styling the element. > > > >> On Thu, Dec 18, 2014 at 6:30 PM, LRS Scout <[email protected]> wrote: >> >> But not where it comes from. >> >> I wish there were a way to set a break point on an element that tells me >> the functions, classes and styles effecting it and their file locations. >> >> This app is driving me insane. >> >> There over 10k lines of css in just one generated file. >>> On Dec 18, 2014 6:16 PM, "Maureen" <[email protected]> wrote: >>> >>> >>> If you install Firebug in Firefox, you can right click on the item in >>> the browser, say Inspect in FireBug and it will show you HTML, CSS, >>> DOM, etc..for that item. >>> >>>> On Thu, Dec 18, 2014 at 11:02 AM, LRS Scout <[email protected]> wrote: >>>> >>>> We decided just to rewrite it, LOE is too high because we can't get it to >>>> break on anything when we're steeping through. >>>> >>>> On Thu, Dec 18, 2014 at 10:45 AM, Scott Stewart < >>> [email protected]> >>>> wrote: >>>>> >>>>> >>>>> Have you looked at the "net" view in Firebug, assuming you have access >>> to >>>>> Firefox or the "network" view in IE, either of these tools will show you >>>>> what's being pinged in the background >>>>> >>>>>> On Thu, Dec 18, 2014 at 10:40 AM, LRS Scout <[email protected]> wrote: >>>>>> >>>>>> >>>>>> So this contract I'm on is interesting, a lot going on in the code, >>>>> bunches >>>>>> of legacy stuff that we're trying to rebrand into a single whole. >>>>>> >>>>>> We don't have any control over some of the CSS and scripts that the >>>>>> designers are putting out (which they are still creating while we're >>>>> trying >>>>>> to implement it) and this is lead to some problems we've been able to >>>>>> pretty easily resolve with local CSS. >>>>>> >>>>>> I just got a ticket to fix the formatting for a small table with a >>> form >>>>>> inside it that controls the content of a cfgrid. >>>>>> >>>>>> On the original layout the table just has two form fields and a submit >>>>>> button. >>>>>> >>>>>> On the generated html (.ready or onLoad, not server side) for the new >>>>>> layout the table has been turned into an unordered list using spans >>> and >>>>>> they won't stack horizontally. >>>>>> >>>>>> How can I trace what script or css is changing this and stop it? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:373029 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-community/unsubscribe.cfm
