Closed
Bug 283290
Opened 20 years ago
Closed 19 years ago
Text areas and text boxes display a different kind of caret when java script arrays contain international characters.
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
EXPIRED
People
(Reporter: prathr, Unassigned)
Details
Attachments
(1 file)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 We have functionality in our application where we display values in a drop down which are of non-english international characters based on the language choice made in another drop down. The caret inside the text area and the text boxes of the JSP page looks different than the normal ones. This is not breaking any functionality but gives a weird user experience. I will not be able to give access to the site because it is not accessible from outside. I am also not able to attach a screen shot since the tracker does not have an option to upload files. Note that the issue is only with Netscape, Mozilla and Firefox browsers. The JSP pages are on an Apache Tomcat server over Unix Operating System. This issue is not replicable on Windows Operating System. Any workable resolution would be appreciated. Reproducible: Always Expected Results: The caret should be displayed in a normal manner.
Comment 1•20 years ago
|
||
Please make a small example file that demonstrates the problem and upload it to the bug report using this link: https://bugzilla.mozilla.org/attachment.cgi?bugid=283290&action=enter
The attached zip file contains 3 images. 1. Cursor with issue 2. Cursor without any issue 3. The generated script having international characters. I tried saving the sharable code with the international characters but was not able to get the file in a text format because the international characters were converted into junk. Hope this helps in identifying the issue.
Comment 3•20 years ago
|
||
This is for rtl textarea's (textarea's that have dir="rtl" set), so this is probably not a bug.
Yes. We use dir="rtl" when language is Arabic and default dir="ltr" otherwise. I tried to remove all usage of "dir" but was able to see the same issue with the caret. My second thought is, why should the caret display in a normal form when the server is on the Windows Operating System and different otherwise? I still feel that the caret should be displayed in a normal form.
Updated•20 years ago
|
Version: unspecified → 1.7 Branch
Comment 5•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 6•19 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → EXPIRED
You need to log in
before you can comment on or make changes to this bug.
Description
•