How to remove tabindex=0 from the cell table html

2022-09-08 Thread nidhizener
I am working on adding keyboard accessibility to my product. When I am 
tabbing from a widget say a button, outside of the cell table to the 
another button that is after the table my tabbing sequence includes the 
first element on the celltable into the sequence. This element is just a 
data and can not be edited. Due to the fact that html generated by GWT for 
cell table that include tabindex= 0  it is added in the tabbing sequence. 


10/06/2021

My question is how to remove this tabindex. I tried setting tabindex to -1 
but that does not affect the div tag tabindex value. Any help will be 
really appreciated. Thank you 

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/f56d4d93-a632-4d5b-9ed6-07ebcf9edde9n%40googlegroups.com.


Re: GWT 2.10.0 DTD

2022-09-08 Thread lofid...@gmail.com
You're right, GWT Project updates with https now but still I also cannot 
download it:

https://gwtproject.org/doctype/2.10.0/gwt-module.dtd

But I never use it, or do you really need it?
Sara Youssef schrieb am Donnerstag, 8. September 2022 um 13:25:43 UTC+2:

> I can't access GWT 2.10.0 DTD from 
> http://gwtproject.org/doctype/2.10.0/gwt-module.dtd
> So is there any reason that DTD isn't uploaded to gwt website till now 
> although the source repository has a version of it or it's uploaded to a 
> different server?
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/6b57fb32-cac9-45ee-8cd1-93682ea56fc4n%40googlegroups.com.


Re: Spring dependency-check' is not allowed to appear in element 'bean'

2022-09-08 Thread lofid...@gmail.com
You should separate the Spring project and the GWT project... That's the 
best way so that you could update each projects with their dependencies as 
you wish. 

Remember GWT projects only need the Jar dependencies in compile / test 
time. In runtime they are just JavaScript 😀

Here is an 
example: 
https://github.com/lofidewanto/stockwatcher/tree/master/stockwatcher-springboot

Hope this helps!
dhia.xd...@gmail.com schrieb am Mittwoch, 10. August 2022 um 15:50:38 UTC+2:

> the error is the same as the title
>
> *Spring dependency-check' is not allowed to appear in element 'bean'*
>
> Le mercredi 10 août 2022 à 15:47:20 UTC+2, iweb Appe a écrit :
>
>> 
>>
>> I am using a gwt app and when I upgraded spring from 2.X to 5X I get this 
>> error when I deploy on jetty
>> > class = "org.springframework.oring.hibernate5.LocalSessionFactoryBean"
>> abstract="false" lazy-init="defaullt" autowire="default"
>> dependency-check="default">
>> 
>> 
>> 
>> 
>>
>> I made sure to change the xsd file version to 2.5 but I still get the 
>> error.
>>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/beb405c8-ceb5-4d03-8bac-787b50acfba6n%40googlegroups.com.


GWT 2.10.0 DTD

2022-09-08 Thread Sara Youssef
I can't access GWT 2.10.0 DTD from 
http://gwtproject.org/doctype/2.10.0/gwt-module.dtd
So is there any reason that DTD isn't uploaded to gwt website till now 
although the source repository has a version of it or it's uploaded to a 
different server?

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/6963ce2e-4a53-41f5-beed-f316f6af1e03n%40googlegroups.com.