Author: ben
Date: 2007-08-06 12:41:44 -0700 (Mon, 06 Aug 2007)
New Revision: 5944
Modified:
openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/services/LzCSSStyle.js
Log:
Change 20070806-ben-Q by [EMAIL PROTECTED] on 2007-08-06 12:30:20 PDT
in /Users/ben/src/svn/openlaszlo/branches/wafflecone
for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone
Summary: Tiny improvement to CSS style-not-found warning
New Features:
Bugs Fixed: (more) LPP-4428 Make warning on CSS value is null more informative
Technical Reviewer: ptw
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Instead of separately printing node name and id, just format the node with %#w,
which prints both name and id if present, in click-for-more-info form.
Release Notes:
Details:
Tests:
http://localhost:8080/wafflecone/test/style/resource/main.lzx
Modified: openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/services/LzCSSStyle.js
===================================================================
--- openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/services/LzCSSStyle.js
2007-08-06 19:32:55 UTC (rev 5943)
+++ openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/services/LzCSSStyle.js
2007-08-06 19:41:44 UTC (rev 5944)
@@ -169,9 +169,8 @@
// Fix for LPP-3024: if we're in debug mode, warn when CSS lookup
// results in a null or undefined value. [bshine 08.03.2007]
Debug.warn(
- "No CSS value found for node %s called \"%s\" for property name
%s",
- initialnode,
- (initialnode.id ? initialnode.id : initialnode.name),
+ "No CSS value found for node %#w for property name %s",
+ initialnode,
pname);
}
}
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins