Then it's probably one of the CSS files that's messing things up. Does it happen with all themes? If so, pick your favorite one and start removing/commenting-out @imports in theme.css until you figure out which one is the problem - then drill down and try to figure out which rule is the problem. Deleting stuff is a good way to discover this information. Using Firefox's Web Developer Extension is the fastest way to tweak CSS and figure out the solution.
As far as XHTML - I meant the HTML DOCTYPE tag. This has nothing to do with what extension you're using. http://www.w3schools.com/tags/tag_doctype.asp Matt On 7/31/07, Irshad Buchh <[EMAIL PROTECTED]> wrote: > > Yes, we tried disabling the appfuse css by using ....?theme=fictitious.... > in the url and the popup works ok. BTW the non-appfuse application ( where > in t:popup works as well) is based on .jsp view not .xhtml as in AppFuse. > > --Irshad. > > > mraible wrote: > > > > Do to have the same XHTML doctype in your non-appfuse application? > > Does it work if you disable/remove all of AppFuse's CSS? > > > > Matt > > > > > > On 7/31/07, Irshad Buchh <[EMAIL PROTECTED]> wrote: > >> > >> Thanks, but I tried all what you have just mentioned but the popup text > >> does > >> not change the position. It works ok though with no-appfuse based > >> application. > >> > >> --Irshad. > >> > >> mraible wrote: > >> > > >> > You might want to use CSS to do some sort of positioning (top, left or > >> > margin-top, margin-left). I've seen similar behavior with other > >> > components (i.e. the popup calendar) and I've had to add custom CSS to > >> > accommodate. > >> > > >> > https://issues.apache.org/jira/browse/TOMAHAWK-205 > >> > > >> > Matt > >> > > >> > On 7/31/07, Irshad Buchh <[EMAIL PROTECTED]> wrote: > >> >> > >> >> Hello, > >> >> We have an AppFuse 1.9.4 JSF application and the <t:popup> tag does > >> not > >> >> place the popup at the desired position within the jsf page. The same > >> tag > >> >> works ok in a non-appfuse application. > >> >> Here is the css for popup class: > >> >> > >> >> .popup { > >> >> background-color:rgb(255,255,255); > >> >> color: #000000; > >> >> border: 1px solid #CCCCCC; > >> >> font-size:smaller; > >> >> padding: 5px; > >> >> } > >> >> > >> >> .popup table { > >> >> font-size:smaller; > >> >> } > >> >> > >> >> Here is the tag: > >> >> > >> >> <t:popup displayAtDistanceX="10" displayAtDistanceY="20" > > >> >> <h:outputText value="This is Popup Example" /> > >> >> <f:facet name="popup"> > >> >> <h:panelGrid columns="2"> > >> >> <h:outputText value="POPUP TEXT" /> > >> >> <h:outputText value="POPUP TEXT" /> > >> >> </h:panelGrid> > >> >> </f:facet> > >> >> </t:popup> > >> >> > >> >> -- > >> >> View this message in context: > >> >> > >> http://www.nabble.com/t%3Apopup-tag-does-not-work-properly-in-AppFuse-1.9.4-tf4192891s2369.html#a11923791 > >> >> Sent from the AppFuse - User mailing list archive at Nabble.com. > >> >> > >> >> --------------------------------------------------------------------- > >> >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> >> For additional commands, e-mail: [EMAIL PROTECTED] > >> >> > >> >> > >> > > >> > > >> > -- > >> > http://raibledesigns.com > >> > > >> > --------------------------------------------------------------------- > >> > To unsubscribe, e-mail: [EMAIL PROTECTED] > >> > For additional commands, e-mail: [EMAIL PROTECTED] > >> > > >> > > >> > > >> > >> -- > >> View this message in context: > >> http://www.nabble.com/t%3Apopup-tag-does-not-work-properly-in-AppFuse-1.9.4-tf4192891s2369.html#a11926026 > >> Sent from the AppFuse - User mailing list archive at Nabble.com. > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > > > -- > > http://raibledesigns.com > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > View this message in context: > http://www.nabble.com/t%3Apopup-tag-does-not-work-properly-in-AppFuse-1.9.4-tf4192891s2369.html#a11927044 > > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
