Bug 834434 - [config editor] property values that are longer than 25 characters or so get cut off and user has to select-all, then copy and paste to see the entire value
Summary: [config editor] property values that are longer than 25 characters or so get ...
Keywords:
Status: NEW
Alias: None
Product: RHQ Project
Classification: Other
Component: Core UI
Version: 4.4
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Nobody
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-06-21 21:14 UTC by Ian Springer
Modified: 2024-03-04 13:35 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Comment 1 Ian Springer 2012-06-21 21:16:52 UTC
(04:53:20 PM) ips: we actually had the tooltip functionality in the old jsf config editor, but i think i forgot to port it over
(04:54:39 PM) hdouglas: well then that part is an easy fix :)

(04:51:55 PM) ips: making the input field wider on focus is a cool idea. that would take some experimentation to see if smartgwt provides an easy way to do that
(04:52:44 PM) ips: it might be tricky, since you'd be making the width of one table cell wider than the rest of the cells in the same column
(04:52:48 PM) hdouglas: Yeah, that would be sweet if that could pull that off. 
(04:53:39 PM) hdouglas: I think all would have to shift at that point.
(04:54:03 PM) hdouglas: I'd have to see it in action.
(04:54:41 PM) ips: yeah, unless you got really crafty and popped up a modal that still had the illusion of the existing form field getting wider
(04:55:17 PM) hdouglas: Hummm… that could work
(04:55:25 PM) ips: and then once the modal is closed (by user changing focus or hitting enter/esc, we could programmatically transfer the value to the actual form field
(04:55:50 PM) hdouglas: sounds good! That would be sweet!

Comment 2 Ian Springer 2012-06-21 21:48:20 UTC
The (easier) tooltip portion of this is done in master:

http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commitdiff;h=251a17e


Note You need to log in before you can comment on or make changes to this bug.