-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BiDi3.2: node naming problem when the name starts with a digit. #18
Comments
By Ahmed Farrag on Mar 24, 2006 09:22 Created attachment 36885 uml2.JPG |
By Ahmed Farrag on Mar 26, 2006 10:07 Similar behaviour is found under GMF. |
By Kenn Hussey on Mar 27, 2006 18:07 Given that this problem occurs in different projects, it's likely that it is a platform (jface?) issue. |
By Eric Moffatt on Mar 28, 2006 15:05 Karice, not sure if this is yours but could you please check it out? |
By Karice McIntyre on Apr 04, 2006 20:04 This is not a UI/JFace issue. Basically, you need to call org.eclipse.osgi.util.TextProcessor.process(label, "<>") |
By Matitiahu Allouche on Apr 09, 2006 10:50 In response to comment #1, it seems that the sample profile name contains digits at both ends. Unfortunately, these are the same digits (123) so that it is not possible to see which digits are displayed on which side. The example would be more instructive if different digits were appended on each side. Also, it would be nice to have not only a screen capture of the wrong display but also of the required display (generated by whatever hacks are appropriate). |
By Matitiahu Allouche on Apr 09, 2006 10:54 The required presentation could be achieved by adding an RLM (Right-to-Left Mark, U+200F) before the profile name when the profile name contains letters from a Right-to-Left script. |
By Kenn Hussey on May 24, 2006 13:48 *** This bug has been marked as a duplicate of 132461 *** |
By Ahmed Farrag on May 25, 2006 08:45 This defect was opened in a Windows environment against: 1)Contexual behavior, which is not maintained in our case. For the reasons mentioned above, this bug can't be set as a duplicate of 132461. |
By Kenn Hussey on May 25, 2006 09:23 OK, keeping as separate bug, but I believe all of these BiDi issues will be resolved once support for text "processing" (see bug 135674) is provided by EMF. |
| --- | --- |
| Bugzilla Link | 133152 |
| Status | NEW |
| Importance | P3 normal |
| Reported | Mar 24, 2006 09:20 EDT |
| Modified | Oct 05, 2010 16:16 EDT |
| Version | 2.0.0 |
| Depends on | 160682 |
| Reporter | Ahmed Farrag |
Description
Steps to recreate the problem:
with a digit.
view.
Problem:
The digits are not displayed using national numerals.
The digits are not placed next to the profile name (due to the contexual behaviour). Please see attached image for further describtion.
expected behaviour:
digits should be displayed using national numerals.
the digits are supposed to appear to the left of the node name.
The text was updated successfully, but these errors were encountered: