View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
2925 | Composr | core | public | 2016-11-09 23:34 | 2016-11-10 00:42 |
Reporter | PDStig | Assigned To | Chris Graham | ||
Priority | normal | Severity | minor | ||
Status | resolved | Resolution | fixed | ||
Summary | 2925: CSP breaks preview functionality | ||||
Description | Content Security Policy breaks previewing functionality. Console on Microsoft Edge: CSP14309: Unknown directive 'frame-ancestors' in Content-Security-Policy - directive will be ignored. CSP14303: Content-Security-Policy policy was empty. | ||||
Tags | No tags attached. | ||||
Attach Tags | |||||
Time estimation (hours) | |||||
Sponsorship open | |||||
|
Actually issue is that Edge iframe scrolling defaults to 'auto' like IE does, and unlike other browsers, even though actually it's not even part of HTML5 anymore so invalid markup to turn it off. Our JS sees scrolling is there so doesn't try and resize the preview frame to fit it's content height. Fix is to put in scrolling="no" based on improved UA sniffing and also to resize height if it is zero even if scrolling is on.. |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-11-09 23:34 | PDStig | New Issue | |
2016-11-10 00:42 | Chris Graham | Note Added: 0004535 | |
2016-11-10 00:42 | Chris Graham | Status | Not Assigned => Resolved |
2016-11-10 00:42 | Chris Graham | Resolution | open => fixed |
2016-11-10 00:42 | Chris Graham | Assigned To | => Chris Graham |