Opened 12 years ago
Closed 8 years ago
#9284 closed enhancement (wontfix)
Support printing styles with dijit
Reported by: | hborders | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | future |
Component: | Dijit | Version: | 1.2.3 |
Keywords: | dijit css print | Cc: | |
Blocked By: | Blocking: |
Description
Dijit widget use background-images for checkboxes, radio and dropdown buttons, which do not print properly. Additionally, ContentPanes? use overflow: hidden, which doesn't print properly either. Ideally, dijit widgets would print the same way native browser controls do.
Change History (3)
comment:1 Changed 12 years ago by
Milestone: | tbd → future |
---|
comment:2 Changed 8 years ago by
Priority: | high → low |
---|
comment:3 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Probably this is better handled in the app, by opening a printer friendly page.
Note: See
TracTickets for help on using
tickets.
Hmm, it sounds interesting although I don't have the bandwidth to work on this for the forseeable future.
Not sure if it should be done by having a printable tundra or just basically disabling tundra in print mode (in which cases checkboxes would appear like plain HTML checkboxes etc)