Closed
Bug 707136
Opened 14 years ago
Closed 14 years ago
Knowledge base article preview button does not work
Categories
(support.mozilla.org :: Code Quality, task)
support.mozilla.org
Code Quality
Tracking
(Not tracked)
VERIFIED
FIXED
2011-12-13
People
(Reporter: zcampbell, Assigned: rrosario)
Details
(Whiteboard: [fromAutomation])
'Preview Content' button is not working.
See example page:
https://support-dev.allizom.org/en-US/kb/kjhkjlhklh/edit/16691
Does nothing and no error messages.
Updated•14 years ago
|
OS: Windows 7 → All
Hardware: x86_64 → All
Whiteboard: [fromAutomation]
Comment 1•14 years ago
|
||
Zac, does this also occur on support.allizom.org, or just -dev?
wiki.js, line 448, syntax error.
-dev also appears to be serving unminified scripts. Need to work with Jason to fix that.
Target Milestone: --- → 2011-12-06
Comment 2•14 years ago
|
||
(In reply to James Socol [:jsocol, :james] from comment #1)
> Zac, does this also occur on support.allizom.org, or just -dev?
>
> wiki.js, line 448, syntax error.
>
> -dev also appears to be serving unminified scripts. Need to work with Jason
> to fix that.
Looks like just -dev; our sumo.release job is using the same codebase, and is passing: http://qa-selenium.mv.mozilla.com:8080/job/sumo.release/
Additionally, was it intentional to remove the button's ID? We did a band-aid patch here, to fix our tests, but I'd rather we used an ID: https://github.com/mozilla/sumo-tests/commit/a953e18163d7cc1e0847b6ca14625086240f642d
Assignee | ||
Comment 3•14 years ago
|
||
JS error. Looks like possibly a merge issue.
Assignee: nobody → rrosario
Target Milestone: 2011-12-06 → 2011-12-13
Assignee | ||
Comment 4•14 years ago
|
||
(In reply to Stephen Donner [:stephend] from comment #2)
> Additionally, was it intentional to remove the button's ID?
We have the button twice on the page now which is why we removed the ID (but missed the other html part with ID being on the page twice). I would feel dirty having an id-1 and id-2 or something like that if it isn't necessary :-)
Assignee | ||
Comment 5•14 years ago
|
||
<3 Automation. This was potentially a hot fix waiting to happen. Our js tests would have caught this too but we had them temporarily disabled.
Fixed in https://github.com/jsocol/kitsune/commit/2909abb55e4cfaa6246bc29b0283d2a52ae73d5e
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 6•14 years ago
|
||
Zac, please verify this when you get a chance; thanks! (I know the automation passed, but would be nice to have manual verification too.)
Comment 7•14 years ago
|
||
https://support-dev.allizom.org/en-US/kb/adventure/edit
* The page displays two sets of preview/submit buttons, and neither works
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 8•14 years ago
|
||
Cached scripts?
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
Comment 9•14 years ago
|
||
Verified it was a cache issue, preview button does work on -dev
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•