Bug Data
ID: |
#0226 |
Status: |
New |
Severity: |
Major |
Reporter: |
Guest
|
Submitted: |
04-08-10 00:42 |
|
Product Data
Product: |
|
Ample SDK |
Component: |
|
XUL 1.0 |
Version: |
|
0.9.x |
OS: |
|
> Any |
Browser: |
|
> Any |
|
|
Description
CSS styles not applied to XUL layout elements (hbox,vbox,box) or label element |
|
Inline styles not being applied. Tried FF3.6.6 or IE7.
Code:
<!DOCTYPE html>
<html>
<head>
<title>XUL Language: Data views</title>
<script type="text/javascript" src="lib/ample/runtime.js">
</script>
<script type="text/javascript" src=
"lib/ample/languages/xul/xul.js">
</script>
<link type="text/ample+css" href=
"lib/ample/languages/xul/themes/default/xul.css" rel=
"stylesheet">
</head>
<body>
<script type="application/ample+xml" xmlns:xul=
"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<xul:hbox style="background:red;" height="23">
<xul:label value="Title" style="font-size:18px;color:blue;"/>
</xul:hbox>
<xul:label value="Title2" style="font-size:12px;color:blue;"/>
</script>
</body>
</html> |
|
|
Messages written for this bug
No messages has been appended yet. |
|
Add a message
|