Closed
Bug 1092339
Opened 10 years ago
Closed 10 years ago
Logviewer: Log chunks fail to load on loadMore() due to Angular 1.3 update
Categories
(Tree Management :: Treeherder, defect, P1)
Tree Management
Treeherder
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jfrench, Assigned: camd)
References
()
Details
Attachments
(1 file)
Log chunks fail to load in the logviewer on scroll. To reproduce:
o click on any job
o open the logviewer
o click on any failure step to load the log
o page down/up or scroll, to trigger a new log chunk load
Expected:
A new log chunk loads.
Observed:
Nothing occurs and this error is sent to the console:
"Error: [$parse:isecdom] Referencing DOM nodes in Angular expressions is disallowed! Expression: loadMore(bounds, element)".
Cameron is having a look. The relevant part is here in the Angular 1.3 docs
https://docs.angularjs.org/error/$parse/isecdom
Reporter | ||
Comment 1•10 years ago
|
||
Camd has opened the above PR for review. I'll guess, and set Mauro for it if that is ok :)
Attachment #8515426 -
Flags: review?(mdoglio)
Updated•10 years ago
|
Attachment #8515426 -
Flags: review?(mdoglio) → review+
Comment 2•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder-ui
https://github.com/mozilla/treeherder-ui/commit/3630e542ff323679e4506eb50b53cc724b7db779
bug 1092339 - fixed logviewer infinite scrolling
Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•10 years ago
|
||
Verified fixed and working correctly on stage.
Status: RESOLVED → VERIFIED
Comment 4•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/2d426e011404fb7d24fef71bcdd49ef813f1dccf
bug 1092339 - fixed logviewer infinite scrolling
You need to log in
before you can comment on or make changes to this bug.
Description
•