Closed
Bug 1098411
Opened 10 years ago
Closed 10 years ago
Date picker on add event form broken
Categories
(Webmaker Graveyard :: Events, defect)
Webmaker Graveyard
Events
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cade, Assigned: cade)
References
Details
(Whiteboard: [login3] [nov14])
Attachments
(1 file)
This is probably a side effect of the new login CSS - but the date picker on the add event form is not displaying properly.
Assignee | ||
Comment 1•10 years ago
|
||
From the error console:
"Error: i.element is undefined
k/<@https://events.mofostaging.net/compiled/app.min.js:14:31525
e/i<@https://events.mofostaging.net/compiled/app.min.js:10:24812
g@https://events.mofostaging.net/compiled/app.min.js:9:12529
Ib/j.defer/c<@https://events.mofostaging.net/compiled/app.min.js:9:14254
" app.min.js:10
Assignee | ||
Comment 2•10 years ago
|
||
non-minified error: "Error: self.element is undefined
focusElement/<@http://localhost:1981/bower_components/angular-bootstrap/ui-bootstrap-tpls.js:1125:7
timeout/timeoutId<@http://localhost:1981/bower_components/angular/angular.js:13777:28
completeOutstandingRequest@http://localhost:1981/bower_components/angular/angular.js:4236:7
Browser/self.defer/timeoutId<@http://localhost:1981/bower_components/angular/angular.js:4537:7
"
Assignee | ||
Comment 3•10 years ago
|
||
This is coming from angular bootstrap code:
var focusElement = function() {
$timeout(function() {
self.element[0].focus();
}, 0 , false);
};
I have no idea what's going on
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → cade
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•10 years ago
|
||
Attachment #8523128 -
Flags: review?(jon)
Updated•10 years ago
|
Attachment #8523128 -
Flags: review?(jon) → review+
Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•