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-730
Type: Bug Bug
Status: Closed Closed
Resolution: Won't Fix
Priority: Average Average
Assignee: Kevin Lindsey
Reporter: Matte
Votes: 0
Watchers: 0
Operations

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

reporting Jquery invalid property ID error (that isn't error)

Created: 16/Dec/07 04:46 PM   Updated: 30/Jan/08 04:01 PM
Component/s: None
Affects Version/s: Aptana Studio 1.0.0
Fix Version/s: Aptana Studio 1.1.1

Importance: Low
Studio Install Type: N/A
Operating System: Ubuntu
Relevant Browser: Internet Explorer (IE), Firefox, Safari / iPhone / WebKit
Participants: Ingo Muschenetz, Kevin Lindsey and Matte


 Description  « Hide
The quotes around float are required or Aptana reports "invalid property ID". The quotes are not be required by Jquery 1.2.1, so this is a bug.

$(this.pane1).css( {'float': 'left', color:'red'} );



 All   Comments   Change History      Sort Order:
Ingo Muschenetz - 28/Jan/08 05:50 PM
"float" is a reserved keyword in JavaScript, thus it may fail in certain browsers. Although the quotes are not strictly needed in all cases, it is strongly suggested to use them as otherwise some browsers may report an error when trying to execute this code.