Re: How to disable alt part from tooltip

2009-01-28 Thread Musachy Barroso
Fixed in trunk. musachy On Wed, Jan 28, 2009 at 4:08 PM, Emi Lu wrote: > Thank you Musachy! > > From struts.apache.org/download.cgi, it seems that neither 2.1.7 nor 2.2.x > is ready yet :( > > - Lu Ying > > > > Musachy Barroso wrote: >> >> Yes, there is a bug on tooltip.ftl >> >> musachy >> >> O

Re: How to disable alt part from tooltip

2009-01-28 Thread Emi Lu
Thank you Musachy! From struts.apache.org/download.cgi, it seems that neither 2.1.7 nor 2.2.x is ready yet :( - Lu Ying Musachy Barroso wrote: Yes, there is a bug on tooltip.ftl musachy On Wed, Jan 28, 2009 at 3:53 PM, Emi Lu wrote: Source code: When using Firefox or Konqueror open

Re: How to disable alt part from tooltip

2009-01-28 Thread Dave Newton
Musachy Barroso wrote: https://issues.apache.org/struts/browse/WW-2966 Ah, okay. Dave - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: How to disable alt part from tooltip

2009-01-28 Thread Musachy Barroso
https://issues.apache.org/struts/browse/WW-2966 On Wed, Jan 28, 2009 at 3:56 PM, Dave Newton wrote: > Emi Lu wrote: >> >> (With s:form default theme) >> >> Remove alt#... from >> >> struts2-core-2.1.6.jar /template/xhtml/tooltip.ftl > > Note that this will interfere with screen reader/accessibili

Re: How to disable alt part from tooltip

2009-01-28 Thread Musachy Barroso
Yes, there is a bug on tooltip.ftl musachy On Wed, Jan 28, 2009 at 3:53 PM, Emi Lu wrote: > >>> Source code: >>> >>> >> name="username" >>> label="Username" >>> tooltip="Enter the same username as you login Windows windows" >>> /> >> >>> When using Firefox or Konqueror open my

Re: How to disable alt part from tooltip

2009-01-28 Thread Dave Newton
Emi Lu wrote: (With s:form default theme) Remove alt#... from struts2-core-2.1.6.jar /template/xhtml/tooltip.ftl Note that this will interfere with screen reader/accessibility software that depends on the "alt" attribute. Dave -

Re: How to disable alt part from tooltip

2009-01-28 Thread Emi Lu
Source code: When using Firefox or Konqueror open my page, I always see: alt="Enter the same username as you login Windows" Someone knows how to remove alt="Enter the same username as you login Windows" please? OK, I fix it myself. Maybe it will be interesting for someone else. T

Re: How to disable alt part from tooltip

2009-01-28 Thread Emi Lu
I have a question about tooltip. Source code: When using Firefox or Konqueror open my page, I always see: alt="Enter the same username as you login Windows" Someone knows how to remove alt="Enter the same username as you login Windows" please? Thanks! Lu Ying