disabled field is always accessible.

david_dupont73's picture
Project:formsPlayer
Version:1.5.4
Component:Code
Category:bug
Priority:critical
Assigned:Unassigned
Status:closed
Description

Hi,

I have a xform page which contain disabled field. This field are visible but disabled by a CSS style like this:

.editApparitionContext.disabled
{
	display:inline;
	filter:alpha(opacity:50);
}

When i use tabulation (or mouse) to navigate accross my fields, it is possible to reach all the disabled fields. And if this field is a combo box, it is possible to access at its list.
It's very embarrassing for the user.

Does there exist a workaround at this problem?

Updates

#1 submitted by Paul Butcher on Fri, 2007-08-31 10:04
Status:new» applied
#2 submitted by Anonymous on Fri, 2007-09-14 17:43
Status:applied» closed