Open
Bug 1446400
Opened 7 years ago
Updated 3 years ago
NS_ERROR_FAILURE when rendering css in zenphoton
Categories
(Core :: Graphics: Canvas2D, defect, P3)
Tracking
()
NEW
People
(Reporter: david.olah, Unassigned)
Details
(Whiteboard: [gfx-noted])
Attachments
(2 files)
[Affected versions]
Beta 60.0b4-build1
Nightly 61.0a1
Firefox Release 59
[Affected platforms]
Platforms: Windows 7 x32
[Steps to reproduce]
1. Open console from Hamburger menu -> Web developer -> Browser console
2. Open http://zenphoton.com/
3. Set Diffuse to max value
4. Draw lines quickly
[Expected result]
User should be able to add as many lines as wanted and Console should not show errors
[Actual result]
After a couple of lines drown, the image freezes and in the console the following error appears:
NS_ERROR_FAILURE: zenphoton.js:58
Renderer.prototype.redraw http://zenphoton.com/zenphoton.js:58:942
GardenUI.prototype.lineToolMove http://zenphoton.com/zenphoton.js:99:769
GardenUI/< http://zenphoton.com/zenphoton.js:95:45
dispatch http://zenphoton.com/zenphoton.js:33:28283
add/v.handle http://zenphoton.com/zenphoton.js:33:25023
| Reporter | ||
Comment 1•7 years ago
|
||
| Reporter | ||
Comment 2•7 years ago
|
||
GPU info:
- AMD Radeon HD 5450 and Intel(R) HD Graphics 4600
Comment 3•7 years ago
|
||
I cannot repro this on Linux with Intel integrated graphics, but chances are that this is a Canvas bug instead of CSS.
Component: CSS Parsing and Computation → Canvas: 2D
Comment 4•7 years ago
|
||
Couldn't reproduce this locally. Tried this in firefox nightly on macos, linux, and windows 10 (integrated and nvidia); all with and without webrender. Could be windows 7, x32, or hardware specific? Any ideas?
Flags: needinfo?(david.olah)
Whiteboard: [gfx-noted]
| Reporter | ||
Comment 5•7 years ago
|
||
Hi Alexis, yes, this is a Windows 7 x32 issue. I tried also on Windows 10 x64 and Linux but didn't managed to reproduce on those.
Flags: needinfo?(david.olah)
Updated•7 years ago
|
Priority: -- → P3
Updated•7 years ago
|
Assignee: milaninbugzilla → nobody
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•