Bug #4101
closedLabel textfield can't be selected without selecting description first
Description
Katello Version: 1.4.1-1.git.203.1c22762.el6_4
- Create an org
- fill in name
- select label textfield
it can't be selected. Firefox 20 - chrome works fine.
Note that this may be related to an issue with the automation, it is able to fill in the textfield, but the form submit still thinks that it is blank.
Created: weissjeffm on April 24, 2013 13:33 +00:00
Imported from https://api.github.com/repos/Katello/katello/issues/2056
Comment 1
@weissjeffm This appears to be a difference in how Chrome and Firefox handle events on disabled inputs. Chrome appears to register register clicks on the disabled input field while Firefox respects the disabled flag more directly by disallowing any interaction with it. Tabbing off of the name field will enable/select the label field on both browsers. The alternative is to do manual 'disabling' of the input from JS and not use the browser's built in disabled property.
Created: ehelms on May 10, 2013 14:15 +00:00
Imported from https://api.github.com/repos/Katello/katello/issues/comments/17722507