la-team / light-admin

[PoC] Pluggable CRUD UI library for Java web applications
http://lightadmin.org
Apache License 2.0
664 stars 256 forks source link

Interface shifts if large quantity of characters were entered in field #63

Open Alex-Bar opened 11 years ago

Alex-Bar commented 11 years ago

Interface shifts over the screen when large number of characters are entered in a row in the field. Expected result: field should extend downward, but not sideways. Actual result: Create a new address. Enter a large number of characters in field. Save. When you return to the Domain page, some columns may shift over the screen. Bug persists in Chrome, Firefox, Opera. ScreenBug1 - Copy

max-dev commented 11 years ago

Will be fixed by trimming text, ex. "bla-bla..."

ikostenko commented 11 years ago
  1. List View: no popup on mouse over the trimmed text
  2. Quick View: text is not trimmed, 'Actions' column is not visible screenshot-lightadmin - administration framework for java web applications products administration - google chrome-1
  3. Show View: text is not trimmed screenshot-47
ikostenko commented 10 years ago

The bug has low priority is reproducible only with a single word containing large number of characters: screenshot-95 screenshot-94

ikostenko commented 10 years ago

The bug is also reproducible when large amount of fields is displayed on the ListView: screenshot-103