Closed
Bug 868834
Opened 12 years ago
Closed 12 years ago
Clicking the letter for a failed job on tbpl intermittently loads the log from the link href rather than triggering the onclick
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: philor, Unassigned)
References
Details
(Keywords: regression)
Attachments
(1 file)
13.56 KB,
patch
|
bzbarsky
:
review-
|
Details | Diff | Splinter Review |
According to my bisecting, this is a regression from http://hg.mozilla.org/mozilla-central/pushloghtml?changeset=a6104e0e5a2c, out of which bug 852135 seems most likely.
STR:
1. Load https://tbpl.mozilla.org/?tree=Try&onlyunstarred=1 (you need lots of failure, and Try is where you'll find it)
2. Click on the orange/red letters until suddenly a log loads
The onclick is stuck on by jQuery in https://hg.mozilla.org/webtools/tbpl/file/9af3474be6d7/js/UserInterface.js#l109 but roughly speaking the letters are <a href="php/getParsedLog.php?id=22609894&tree=Mozilla-Inbound" onclick="dontloadthatlog()">R</a>.
Reporter | ||
Comment 1•12 years ago
|
||
Less bothersome but also frequent: clicking the "add a comment" link will load the pointless href="#" instead of doing the onclick.
Comment 3•12 years ago
|
||
Philor, could you try a build from https://tbpl.mozilla.org/?tree=Try&rev=13c040759dbb ?
Reporter | ||
Updated•12 years ago
|
Flags: needinfo?(philringnalda)
Reporter | ||
Comment 4•12 years ago
|
||
I'll keep using those builds (for Science!), but I've already gone far longer using them without hitting a single instance of this than I've gone with any affected build, so I'm pretty sure that does get rid of the problem.
Flags: needinfo?(philringnalda)
Comment 5•12 years ago
|
||
I guess that's what we're doing for now, then.
Attachment #746576 -
Flags: review?(bzbarsky)
Comment 6•12 years ago
|
||
If I drop the usesBeforeCompile for Ion from 1000 to 100, I get this bug on about the third click.
Then if I also disable the missing-property IC on gets, the bug disappears completely.
So I am willing to bet money this is bug 869040.
Depends on: 869040
Comment 7•12 years ago
|
||
Attachment #746576 -
Flags: review?(bzbarsky) → review-
Comment 8•12 years ago
|
||
Oh, and turning off ion.content in about:config of course also makes the bug go away.
Comment 9•12 years ago
|
||
Philor, please WFM if that fixed it.
Assignee: Ms2ger → nobody
Flags: needinfo?(philringnalda)
Reporter | ||
Comment 10•12 years ago
|
||
Yep.
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: needinfo?(philringnalda)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•