me too js action fails in Android Chrome Beta
Bug #1377493 reported by
ԜаӀtеr Ⅼарсһуnѕkі
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
New
|
Undecided
|
Unassigned |
Bug Description
Chrome Beta 389.0.2125.101
Android 4.4.4 on a Samsung Galaxy S5
V8 3.28.71.15
The "This bug affects 1 person. Does it affect you?" and edit icon following it don't seem to be functioning. If I tap on them, I get no response. They work fine outside of mobile.
To post a comment you must log in.
from what i can tell the offending code starts on line 392:
<script type="text/ javascript" >
LPJS. use('event' , 'lp.bugs. bugtask_ index', function(Y) {
Y.on('domready' , function(e) {
Y.lp. bugs.bugtask_ index.setup_ me_too(
true,
1);
}, window);
});
</script>