View Issue Details

IDProjectCategoryView StatusLast Update
0002968OXID eShop (all versions)1.05. Userspublic2011-07-07 13:16
Reportertjungcl 
PriorityhighSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionPast development 
Target VersionFixed in Version4.5.1 revision 38045 
Summary0002968: some unnessessary and/or wrong nbsp in #addresstext (return from checkout step 3 to step 2)
Descriptionafter company a nbsp is inserted which has no purpose.

when no title is chosen (it could be an optional field) a leading nbsp is inserted before the forename.

The same can be said for many other fields:
forename can be made not required (in the admin), so an additional nbsp is inserted without forename.

=> every field should be wrapped in [{if}] and the nbsp and br should always be inside the if-block.
TagsNo tags attached.
ThemeAzure
BrowserAll
PHP Versionany
Database Versionany

Activities

tjungcl

2011-06-08 10:59

reporter   ~0004710

also the whole block should be wrapped into [{strip}]...[{/strip}]
that way unnessessary linebreaks and spaces are removed which (together with the existing nbsp's) can result in double spaces between fields

birute_meilutyte

2011-06-08 15:55

reporter   ~0004715

@developers: check from source code side if such issue still exist

Linas Kukulskis

2011-07-07 13:16

reporter   ~0004837

added fixes