1384: expand diff not working in 1.0.5
- Duplicate
- Review Board
papa****@gmai***** (Google Code) (Is this you? Claim this profile.) | |
Nov. 28, 2009 | |
What version are you running? 1.0.5.1 What's the URL of the page containing the problem? the diff viewer What steps will reproduce the problem? 1. click on `85 lines hidden [expand]` 2. browser shows spinning/waiting 3. diff is not expanded when browser What is the expected output? What do you see instead? same diff as was started with What operating system are you using? What browser? firefox 3.5.4 Please provide any additional information below. open a file for review, and collapsed areas will no longer be expanded on demand. Cliff Young
Can you install Firebug and see what sort of JavaScript console output you see? There should be an error somewhere showing why this is failing.
-
+ NeedInfo -
+ Component-DiffViewer
<tbody id="collapsed-chunk0.17" class="collapsed"> <tr> <th>...</th> <td colspan="3"> 44 lines hidden [ <a onclick="javascript:expandChunk('file0', '1675', '5', null, '17', this); return false;" href="#">Expand</a> ] </td> </tr> </tbody> that's the java script. There are no reported errors, unless I don't know how to view them. The error console doesn't show any errors or warnings related to reviewboard. Where on the backend would errors be listed? Let me know where else I can help you; I am not a 'web' programmer but an embedded systems engineer, so any guidance you can provide as to how or where would be appreciated. Cliff
the entry preceding the one I posted is this: <tbody id="collapsed-chunk0.13" class="collapsed"> <tr> <th>...</th> <td colspan="3"> 15 lines hidden [ <a onclick="javascript:expandChunk('file0', '1675', '5', null, '13', this); return false;" href="#">Expand</a> ] </td> </tr> </tbody> which is almost the same as the sample that follows this one. Cliff
-
- NeedInfo + Duplicate -
+ 1348 - Expanding hidden lines broken by the 1.0.3 update