Hi Lucas, This is how ModalWindow currently works. There is a ticket (https://issues.apache.org/jira/browse/WICKET-3404) that will make some changes in the way its html is generated but I'm not sure whether these changes will help you anyhow. I'm not an expert in ARIA at all so maybe you can help us making Wicket components ARIA enabled by default. We can start with ModalWindow component - explain what should be done, what attributes should be added, and on which HTML element exactly.
On Sat, Mar 24, 2012 at 8:44 PM, lukuperman <lukuper...@hotmail.com> wrote: > Hello, I inherited an application that uses Apache Wicket 1.4.15. Everything > works fine, but because of accessibility standards I have to address some > findings we received from DQA team, which includes missing wai-aria > attributes around to the modal windows. However I noticed the DIV > placeholder I define in the markup is not where the modalwindow code ends, > but rather a new DIV element is created dynamically at the end of the page's > html. This prevents me from enclosing the modal window's DIV element. I > would have expected the placeholder to be the place where the modalwindow > code will reside. Am I getting it wrong? Either way, can anyone suggest me > how can I enclose a modal window's DIV element? > > Thank you! > Regards. > > PS: I do not include source code/error cause im not receiving any. Im just > wondering about render behavior. Also, I don't think its a code problem > cause the official modal window example at > http://www.wicket-library.com/wicket-examples/ajax/modal-window?8 behaves > the same way. > > Lucas > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/ModalWindow-accessibility-DIV-placeholder-not-used-tp4501891p4501891.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org