Re: Debuging CSS

2007-03-30 Thread Jeanne Waldman
Done. http://issues.apache.org/jira/browse/ADFFACES-431 add public api to turn styleclass compression off for debugging - Jeanne Scott O'Bryan wrote: Sounds like a JIRA ticket waiting to happen... :) Jeanne Waldman wrote: I think we should have a public api to turn styleclass compress

Re: Debuging CSS

2007-03-29 Thread Scott O'Bryan
Sounds like a JIRA ticket waiting to happen... :) Jeanne Waldman wrote: I think we should have a public api to turn styleclass compression off, like always turn off styleclass compression when in debug mode. Chris Hane wrote: Ah, I went back to the page and it is not actually on the wiki!

Re: Debuging CSS

2007-03-29 Thread Jeanne Waldman
I think we should have a public api to turn styleclass compression off, like always turn off styleclass compression when in debug mode. Chris Hane wrote: Ah, I went back to the page and it is not actually on the wiki! There is a link from the wiki that goes to this static page. The link to t

Re: Debuging CSS

2007-03-29 Thread Chris Hane
Ah, I went back to the page and it is not actually on the wiki! There is a link from the wiki that goes to this static page. The link to the documentation on the wiki is here: http://wiki.apache.org/myfaces/Trinidad It's the external link to the "Some documentation from mvn site". Chris

Re: Debuging CSS

2007-03-29 Thread Simon Lessard
Chris, Good point about it not being mentioned in the Wiki, it surely deserve a place there now that generated CSS no longer contains the uncompressed value (recent change). You need to be logged to edit the Wiki but anyone can get an account I think. I can also add it myself if you prefer. The

Re: Debuging CSS

2007-03-29 Thread Chris Hane
Simon, Thanks - I looked on the wiki again thinking I missed it; but it's not there. I would have added this; but the wiki is not editable. http://incubator.apache.org/adffaces/devguide/configuration.html#web.xml I haven't started to read the source yet; but for future reference, what class

Re: Debuging CSS

2007-03-29 Thread Chris Hane
Petr, Thanks for the link. I personally am using the firebug addin https://addons.mozilla.org/en-US/firefox/addon/1843 which I think is a bit easier than the Web Developer Toolbar for css. But thanks for mentioning it though, I like some of the other features it has and will probably end up r

Re: Debuging CSS

2007-03-29 Thread Simon Lessard
Hello Chris, Try to set the org.apache.myfaces.trinidadinternal.DISABLE_CONTENT_COMPRESSION context parameter to true while you're debugging CSS. This will generate only the full version of the selectors, Here's the full doc: /** * Disables optimizations that are normally performed by the *

Re: Debuging CSS

2007-03-29 Thread Petr Kotek
Hi, I am using Firefox with Web Developer Toolbar AddOn. There are possible to online edit CSS and immediately see result. Very usefull... Peter Chris Hane wrote: Is there a way to reverse map the generated CSS (or maybe generate the CSS files with better names). For example, I have the fo

Debuging CSS

2007-03-29 Thread Chris Hane
Is there a way to reverse map the generated CSS (or maybe generate the CSS files with better names). For example, I have the following css on an html element and am trying to track down where each of these is defined. Not being a CSS expert it would be nice to be able even in a debug mode t