Closed
Bug 266054
Opened 20 years ago
Closed 19 years ago
EZboard's ezcodes do not detect selected text when using Firefox.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
EXPIRED
People
(Reporter: syn404, Assigned: bugzilla)
References
()
Details
(Keywords: qawanted)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 When I enter text on any ezboard [I have tried this on several], then highlight the text and press one of the buttons to make the text bold or italic or to alter the font, normally it should automatically make these changes to the text, and does this correctly in IE6 and Netscape. However, in Firefox it does not automatically do so, but instead displays a dialogue box asking which text I want to alter. This is what it normally does when you just press the button without selecting any text, which is why I believe it is related to it being unable to detect selected text. I downloaded Firefox just last night [10-24] so it is very up to date. I had a friend who uses Firefox on Windows XP try this as well on another board, and they experience the same difficulty, so it isn't just me or the operating system. This is actually a huge problem for me. Reproducible: Always Steps to Reproduce: 1. Visit an ezboard, open a new topic or open a reply to a post. 2. Type text into the box, then highlight it. 3. Click one of the buttons which applies ezcode - such as [B] for Bold, [I] for Italics. Dialogue box displays rather than the effect being applied to the text. Actual Results: It displayed the dialogue box asking me to enter the text I would like to alter. Expected Results: It should have automatically applied the effect, as it does on IE6 or Netscape. I am using the default theme, I have made no configuration changes since downloading Firefox less than 24 hours ago.
Updated•20 years ago
|
Product: Browser → Seamonkey
Assignee: general → firefox
Product: Mozilla Application Suite → Firefox
QA Contact: general → general
Version: Trunk → 1.0 Branch
This is an EZBoard bug, not a FireFox bug. EZBoard uses the IE specific document.selection object (see http://www.ezboard.com/scripts/ezformatting.js) which firefox doesn't implement. FireFox implements the document.getSelection, window.getSelection instead. See also here for info: http://www.quirksmode.org/js/selected.html
Comment 2•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 3•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
•