From: SourceForge.net <no...@so...> - 2004-07-01 14:32:07
|
Bugs item #983463, was opened at 2004-07-01 14:32 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=983463&group_id=97094 Category: None Group: Release 0.0.4 Status: Open Resolution: None Priority: 5 Submitted By: mp (frooyo) Assigned to: Nobody/Anonymous (nobody) Summary: Asterisk in Comment field Initial Comment: System: WinXP Eclipse 3.0 Final CSS Editor 0.4 Problem: -------- If you have an asterisk in a comment field and don't close the comment and then you don't have any more comments (/**/) from that point on in the CSS document - the text after where the trailing asterick is will dispace the CSS normally when it should actually display it as commented out. For example: ------------ #module_content_area .wms_table_type1 td { padding-top: 0.4em; /* comment * } .wms_table_type1 .table_row_odd { background-color: #CCCCCC; } Everything after "padding-top: 0.4em;" is commented out since the comment tag hasn't been closed but in the Editor it appears to be fine. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=983463&group_id=97094 |