flex-layout icon indicating copy to clipboard operation
flex-layout copied to clipboard

Print support not working in Firefox

Open Choonster opened this issue 7 years ago • 2 comments

The printing support added in 7.0.0-beta.23 (#954) doesn't seem to work in Firefox, Edge or IE; probably due to them not triggering print media queries in JavaScript (see this Firefox bug).

The watermark on the flex layout demo site is an example of this.

When printing from Chrome 73.0.3683.103, the watermark is clearly visible: 2019-05-02 - Flex Layout Print Issue - Chrome

When printing from Firefox Nightly 68.0a1, Edge 42.17134.1.0 or IE 11, there's no watermark: 2019-05-02 - Flex Layout Print Issue - Firefox

2019-05-02 - Flex Layout Print Issue - Edge

2019-05-02 - Flex Layout Print Issue - IE11

Choonster avatar May 02 '19 08:05 Choonster

fxShow.print is working fine only in chrome. MS Edge and firefox are not supported.

I'm using version 8.0.0-beta.27

Please advise.

mohamedalijinnah avatar Aug 21 '20 12:08 mohamedalijinnah

Can confirm this doesn't work in Firefox, but does work in Safari and Chrome (and by extension Edge, since they are now Chromium based). I'll try to do some more investigation on why Firefox is not working correctly.

CaerusKaru avatar Dec 29 '21 08:12 CaerusKaru