[Mono-bugs] [Bug 348209] New: Missing text caret on editable text field in the PropertyGrid
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Dec 12 16:21:10 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=348209
Summary: Missing text caret on editable text field in the
PropertyGrid
Product: Mono: Class Libraries
Version: 1.2.5
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: UI
Severity: Normal
Priority: P5 - None
Component: Windows.Forms
AssignedTo: mono-bugs at ximian.com
ReportedBy: euan.macinnes at pointscape.com.sg
QAContact: mono-bugs at ximian.com
Found By: Other
Created an attachment (id=187304)
--> (https://bugzilla.novell.com/attachment.cgi?id=187304)
On the first click, no cursor appears, although the field is editable
Description of Problem:
on any text-values (string, int, float, etc..) I have to click a second time
on the values for the blinking cursor to appear, which is inconsistent with the
NET way, which requires only a single click on the value field, and leads to a
tendency to click a lot to be sure it's being edited.
Steps to reproduce the problem:
1. In a propertygrid, click on any textbox-like editable field.
2. The text will get selected, but the cursor will not appear. The text will be
editable, but the missing cursor causes a need to try and click again, at which
point it finally decides to add the cursor. It makes it difficult to be sure
which point in the text is editable at any time
Actual Results:
Expected Results:
How often does this happen?
Constant
Additional Information:
I have attached a screenshot to indicate what is happening, on the fielname
field. On the first click to select the Filename griditem, the blinking text
caret should appear, as is consistent with .NET behaviour and general UI
practice, but it is not, as can be seen in the first screenshot. The text
however is editable at this point, although it is not clear from what's
happening on screen that this is the case. (it is not a timing issue with the
screenshot and the blinking cursor, the caret is missing).
It looks like the propertygrid is using a textbox and moving it over the field
to perform the editing function, but is missing the appropriate "Focus" command
to set the Caret.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list