#153 closed defect (fixed)
Print widget causes error
Reported by: | chrisclaydon | Owned by: | pagameba |
---|---|---|---|
Priority: | P1 | Milestone: | 2.0 |
Component: | Widgets | Version: | SVN |
Severity: | Major | Keywords: | |
Cc: | Browser: | All | |
External ID: | 1152462 | Operating System: | All |
state: | Committed |
Description
1.Create any Flexible Web Layout and open it. I used Slate template.
- Click on Print in Toolbar. Printable Page UI is opened.
- Enter title.
- Click on Generate button
This action triggers an error: Object doesn't support this property or method.
Change History (3)
comment:1 by , 16 years ago
Owner: | changed from | to
---|---|
state: | Analysis Requested → Analysing |
Status: | new → assigned |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [1643]) Fixes #153. Jx no longer provides the getObj interface, it was removed as unnecessary because getElementById is now supported on sub-elements by MooTools. The Print dialog code was not updated to remove the use of getObj.