Re: Pop up validation error bubbles

2009-07-22 Thread Sergey Didenko
Sorry, that turned out to be caused by " z-index: 1" property on my content. Sorry again. Regards, Sergey. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apac

Re: Pop up validation error bubbles

2009-07-22 Thread Howard Lewis Ship
I haven't noticed that; which browser is this an issue for? Please add an issue to JIRA. On Wed, Jul 22, 2009 at 7:00 AM, Sergey Didenko wrote: > I propose to add > > .t-error-popup { >        z-index: 2; > } > > into common Tapestry css. Without it popup errors are semi-hidden > behind input lab

Pop up validation error bubbles

2009-07-22 Thread Sergey Didenko
I propose to add .t-error-popup { z-index: 2; } into common Tapestry css. Without it popup errors are semi-hidden behind input labels, which looks ugly. I'm going to create a JIRA issue for that. Any remarks, objections? Regards, Sergey.