
| Key: |
STU-730
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Won't Fix
|
| Priority: |
Average
|
| Assignee: |
Kevin Lindsey
|
| Reporter: |
Matte
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
Aptana Studio
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
|
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'} );
|
|
Description
|
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'} ); |
Show » |
|