products forums blog support careers about
  History | Log In     View a printable version of the current page.  
PRO USERS, to ensure 'PRIORITY SUPPORT' make sure that your ASAP account is "tagged" when you file the request. Click here for instructions on how to tag your account.
Issue Details (XML | Word | Printable)

Key: STU-1088
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Unprioritized Unprioritized
Assignee: Kevin Sawicki
Reporter: Ingo Muschenetz
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Aptana Studio

HTML Formatter is not case-insensitive

Created: 28/Jan/08 01:57 PM   Updated: 29/Jan/08 04:47 PM
Component/s: Editor: HTML
Affects Version/s: Aptana Studio 1.0.0
Fix Version/s: Aptana Studio 1.1.1

Importance: Average
Studio Install Type: N/A
Participants: Dima Geller, Ingo Muschenetz and Kevin Sawicki


 Description  « Hide
When formatting, <a and <A are treated differently when choosing to wrap/not wrap contents. By default, we include the lower-case versions in our non-wrapping table, so our algorithm should be case-insensitive:

<A HREF="">asdasd</A>

Currently does this:

<A HREF="">
asdasd
</A>

which is wrong.

<A HREF="">asdasd</A> is correct.



 All   Comments   Change History      Sort Order:
Kevin Sawicki - 28/Jan/08 02:54 PM
Tags are now case-insensitive.

Dima Geller - 29/Jan/08 04:47 PM
verified fixed