Metadata
- Source
- FLUID-1528
- Type
- Bug
- Priority
- Minor
- Status
- Reopened
- Resolution
- N/A
- Assignee
- N/A
- Reporter
- Justin Obara
- Created
2008-09-09T13:00:49.000-0400 - Updated
2017-01-16T09:31:45.936-0500 - Versions
-
- 0.5beta1
- 0.5
- 0.6beta1
- 0.6
- 0.7
- 0.8
- 1.0
- 1.1
- 1.1.1
- 1.1.2
- 1.2
- 1.3
- 1.4
- 1.5
- 2.0
- Fixed Versions
- N/A
- Component
-
- Demos
- Inline Edit
Description
Text that is displayed on more than one line will not be completely visible in edit mode.
Steps to reproduce:
1) Open simple inline edit demo on the build site: http://build.fluidproject.org/infusion/demos/inlineEdit/
2) Edit one of the inline edit fields with a long string of text, such as "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vitae nunc ac tortor convallis consequat sed non metus. Sed magna dui, tempor et mattis vulputate, feugiat ut metus. Ut ut elementum lacus. Vivamus erat elit, volutpat et molestie consectetur, congue eget nisl. Suspendisse arcu nulla, vestibulum quis ornare quis"
3) Save the change by pressing the enter key
4) Reopen the string of text in edit mode. Notice that editable text is not completely visible.
Environments
FF 50 (macOS 10.12)
FF2, FF3, Opera 9.6, Safari 3 (Mac OS 10.5)
Chrome 35, FF 30, Safari 7 (Mac OS 10.9)
FF2, FF3, IE6, IE7, IE8, Opera 9.6 (Win XP)
FF3, IE7, IE8 (Win Vista)
FF3, IE6 (Win 2000)
IE 11 (Win 7)
Comments
-
Justin Obara commented
2008-09-09T13:02:19.000-0400 'screenshot-1' shows the text outside of edit mode
-
Justin Obara commented
2008-09-09T13:16:49.000-0400 'screenshot-2' shows the same string of text as 'screenshot-1' but this time in edit mode. Notice that the text isn't completely visible.
-
Justin Obara commented
2008-09-09T13:22:30.000-0400 This problem can become more prevalent with smaller screen resolutions and browser windows, and with larger font sizes.
-
Justin Obara commented
2008-09-22T12:51:34.000-0400 Bug Parade: 0.5 release
-
Antranig Basman commented
2008-11-07T13:01:49.000-0500 This issue cannot be resolved, along with FLUID-889 and others. The behaviour of single-line input fields in browsers is "magic" and inconsistent when newlines and other special characters are entered. If multiline text is required, the integrator should supply a multi-line edit view, such as textarea or rich equivalent.
-
Justin Obara commented
2008-11-07T13:39:18.000-0500 Re-opened as this issue has to do with long text entered in an inline edit field that is then displayed on multiple lines in view mode. It does not have to do with attempting it to display on two lines. That being said it may be out of our control anyways.
-
Antranig Basman commented
2008-11-07T17:13:49.000-0500 I have adjusted the behaviour to ensure "scroll to end" even if "selectOnEdit" is enabled. Please reverify and determine if this new behaviour is more acceptable.
At revision 5981
-
Justin Obara commented
2008-11-10T08:52:46.000-0500 design-watched
I'm marking this one for the design team to look at.
-
Justin Obara commented
2008-11-10T08:53:25.000-0500 leaving it open until the design team determines the appropriate behaviour