Yeah, well - now the only question is if the browser normally displays the title attribute on the td (I assume it is rendered - have you looked into the page code, Carsten?)
regards, Martin On 9/8/07, Andrew Robinson <[EMAIL PROTECTED]> wrote: > http://www.w3.org/TR/html401/struct/tables.html#h-11.2.6 > > TITLE is a core attribute, and therefore is inherited by just about > every HTML element. Not sure of browser compatibility, but since the > w3 says so, probably should be supported on just about everything. > > TITLE has accessibility importance too: > > "Values of the title attribute may be rendered by user agents in a > variety of ways. For instance, visual browsers frequently display the > title as a "tool tip" (a short message that appears when the pointing > device pauses over an object). Audio user agents may speak the title > information in a similar context. For example, setting the attribute > on a link allows user agents (visual and non-visual) to tell users > about the nature of the linked resource" > > On 9/7/07, Martin Marinschek <[EMAIL PROTECTED]> wrote: > > Hi Carsten, > > > > this might be a browser-related issue. Did you check both FF and IE? > > Is there any difference? is a short-desc supported in a td at all? > > > > regards, > > > > Martin > > > > On 9/4/07, Carsten Pieper <[EMAIL PROTECTED]> wrote: > > > > > > Hi everyone, > > > > > > either this is a bug or I'm not using it correctly, so: > > > > > > How is the attribute shortDesc in tr:column supposed to work? > > > > > > I have something like > > > > > > <tr:column headerText="Title" shortDesc="My column tooltip"> > > > ... > > > </tr:column> > > > > > > and I never see this column tooltip, neither on the header nor on the > > > column > > > elements > > > (nothing rendered in the HTML as far as I can see, neither). > > > > > > In case, that this might be of relevance here: I'm working in a Facelets > > > environment. > > > > > > Note that if I put some element with its own tooltip/shortDesc like > > > > > > <tr:outputText value="#{person.title}" shortDesc="The title for > > > #{person.title}"> > > > </tr:outputText> > > > > > > into the column then, of course, I see the element's tooltip... > > > > > > I likewise get a tooltip when using facet header in tr:column, no problem > > > there: > > > > > > <f:facet name="header"> > > > <tr:outputText value="Title" shortDesc="The title for the given > > > person" /> > > > </f:facet> > > > > > > Any ideas about tr:columns shortDesc? > > > > > > Thanks a lot, > > > Carsten > > > > > > > > > -- > > > View this message in context: > > > http://www.nabble.com/-Trinidad--tr%3Acolumn%2C-attribute-shortDesc-not-working--tf4376587.html#a12474869 > > > Sent from the MyFaces - Users mailing list archive at Nabble.com. > > > > > > > > > > > > -- > > > > http://www.irian.at > > > > Your JSF powerhouse - > > JSF Consulting, Development and > > Courses in English and German > > > > Professional Support for Apache MyFaces > > > -- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces

