View Issue Details

IDProjectCategoryView StatusLast Update
0003032OXID eShop (all versions)1. ----- eShop frontend -----public2012-12-10 14:38
Reportertjungcl 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.5.0 revision 34568 
Target VersionFixed in Version4.6.0_beta2 
Summary0003032: chrome: leaving a required field removes error message causing misplaced clicks
Descriptionif you submit a form with required fields left empty, the input-validator marks them in red with an error message, ok.

if you now click in a red field, enter the missing data and then click to the next missing field, on focus out the form changes and the lower rows move up.

In Chrome and Chromium (probably safari too, which has the same core) the reformating of the form is done, before the click is evaluated, so there where you clicked in now something else and the click fails.

Steps To Reproduce- use google chrome (tested in chrome 12)

- go to checkout, without registration
- try to submit empty form
=> all req fields are red with errormessage

- click forename and enter a name
- click (with your mouse) lastname
=> this will fail
Additional Informationno problem in firefox 3,4,5, ie8, opera 11.11
TagsNo tags attached.
ThemeBoth
BrowserGoogle Chrome, Apple Safari
PHP Versionany
Database Versionany

Activities

Linas Kukulskis

2011-08-25 15:23

reporter   ~0005111

in chrome 13 works fine unable to reproduce

Arunas

2011-08-25 16:17

reporter   ~0005113

The problem was only reproduceable in Safari, and fixed.