Closed
Bug 459403
Opened 17 years ago
Closed 17 years ago
TM: EJSCharts don't work with jit.content enabled.
Categories
(Core :: JavaScript Engine, defect, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
WORKSFORME
mozilla1.9.1
People
(Reporter: leeoniya, Unassigned)
References
()
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b2pre) Gecko/20081010 Minefield/3.1b2pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b2pre) Gecko/20081010 Minefield/3.1b2pre
see summary. Firebug doesn't show any JS errors either.
Reproducible: Always
Steps to Reproduce:
1. Enable jit.content
2. Go to provided URL.
Actual Results:
charts are not drawn
Expected Results:
pretty charts
Reporter | ||
Updated•17 years ago
|
Version: unspecified → Trunk
Reporter | ||
Comment 1•17 years ago
|
||
why my bug get no love? :(
can someone confirm and put on todo pile at least?
Updated•17 years ago
|
Assignee: nobody → general
Component: General → JavaScript Engine
OS: Windows XP → All
Product: Firefox → Core
QA Contact: general → general
Hardware: PC → All
Comment 2•17 years ago
|
||
TM in the bug title helps. It's on my worklist now.
Reporter | ||
Comment 3•17 years ago
|
||
i know, TM: was in there when i filed it, that's why i was wondering why no one noticed. thx guys.
Reporter | ||
Comment 5•17 years ago
|
||
Reporter | ||
Comment 6•17 years ago
|
||
Updated•17 years ago
|
Flags: blocking1.9.1+
Priority: -- → P1
Target Milestone: --- → mozilla1.9.1
More specifically, some EJSCharts properties work, and some don't with jit.content enabled. See here for a variety of examples:
http://www.ejschart.com/examples/index.php
At my work we use EJSCharts in our product's webUI. We use StackedBarSeries and AreaSeries properties in our dashboard screen. The dashboard will not display bars for StackedBarSeries with jit.content enabled, however the "AreaSeries" property works fine. This is consistent with these examples:
http://www.ejschart.com/examples/series/stacked_bar_series.html
http://www.ejschart.com/examples/series/area_series.html
Reporter | ||
Comment 8•17 years ago
|
||
looks like a patch might have landed that fixes this.
seems to work okay now.
Reporter | ||
Comment 9•17 years ago
|
||
actually, it seems to work in the Linux version, but not in the Windoze version.
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•