On Sat, Sep 20, 2003 at 09:10:14PM +0300, Omer Zak wrote:
> Is it a known bug in Mozilla 1.0.1?

On your version of Mozilla, please inspect the Javascript methods and
properties available on the TEXTAREA object with the DOM Inspector.

Rough guide:
1. Type the page's URL in the top bar of the DOM Inspector.
2. Click the first icon in the DOM Inspector toolbar. Now click the
TEXTAREA on the page. You'll notice a red rectangle blinked around it a
few times, to indicate your selection. The selected item in the tree in
the left pane has changed as well.
3. Notice the list of attributes in the right pane.
4. Switch the right pane to Javascript view: Click its' header (you'll
notice a small arrow there indicating it has a drop down menu -- click
it) and choose "Javascript".
5. In the left pane, expand the tree item to see all of the object's
properties and methods.

Look for the word "selection" etc. This area of Mozilla, being
Mozilla-specific and non-standard, isn't well documented. In fact, the
best documentation for Mozilla remain the W3C standards (and
occasionally MSDN :).

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to