RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 796014 - The insertion cursor of the TextWidget has border line of the widget at the left end when XmNmarginWidth < 3.
Summary: The insertion cursor of the TextWidget has border line of the widget at the l...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: openmotif
Version: 6.2
Hardware: All
OS: All
urgent
high
Target Milestone: rc
: ---
Assignee: Thomas Woerner
QA Contact: BaseOS QE - Apps
URL:
Whiteboard:
Depends On:
Blocks: 866496
TreeView+ depends on / blocked
 
Reported: 2012-02-22 03:06 UTC by Akira YOSHIYAMA
Modified: 2018-11-29 21:23 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Prior to this update, the insertion cursor of a text widget could have a shadow border line under certain settings. This bug has been fixed and the cursor now displays correctly at all times.
Clone Of:
Environment:
Last Closed: 2013-11-14 10:41:57 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
A test program (540 bytes, application/octet-stream)
2012-02-22 03:07 UTC, Akira YOSHIYAMA
no flags Details
A patch to fix the problem (4.96 KB, patch)
2012-02-22 03:09 UTC, Akira YOSHIYAMA
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
MotifZone 1552 0 None None None 2012-06-06 02:42:23 UTC

Description Akira YOSHIYAMA 2012-02-22 03:06:12 UTC
Description of problem:
When the value of XmNmarginWidth of the TextWidget is less than 3,
the insertion cursor area has extra border line of the widget.

Version-Release number of selected component (if applicable):
openmotif-2.3.3-4

How reproducible:
Always

Steps to Reproduce:
1. Create a TextWidget.
2. Set XmNmarginWidth at the TextWidget to 2.
3. Type some characters in the TextWidget.
4. Move the insertion cursor of the TextWidget on both side of the first
character.

Actual results:
The left shadow border line of the TextWidget widens under the cursor.

Expected results:
Text insertion cursor brinks normally without any other influence.

Additional info:
Currently, there are 3 position calculation for:
   a) IBeamOffArea
   b) IBeam (blink on)
   c) IBeam (blink off)

So, there are cases that positions of b) and c) are different from a).

See the upstream bug report:
http://bugs.motifzone.net/show_bug.cgi?id=1552

Comment 1 Akira YOSHIYAMA 2012-02-22 03:07:57 UTC
Created attachment 564823 [details]
A test program

Comment 2 Akira YOSHIYAMA 2012-02-22 03:09:01 UTC
Created attachment 564824 [details]
A patch to fix the problem

Comment 5 Suzanne Logcher 2012-05-14 19:02:43 UTC
This request was not resolved in time for the current release.
Red Hat invites you to ask your support representative to
propose this request, if still desired, for consideration in
the next release of Red Hat Enterprise Linux.

Comment 7 Akira YOSHIYAMA 2012-06-06 02:42:23 UTC
A new patch was proposed at upstream. Please check below:
http://bugs.motifzone.net/show_bug.cgi?id=1552


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