Bug #7077
Learning path - Didn't show the bottom part of large documents
Description
When you have a large documento, you can't see the last part of it. This is a big problem when exercises are attached to learning path, because the student can't solve the complete test.
Files
Associated revisions
History
Updated by Alberto Torreblanca almost 7 years ago
- File chamilo_issue.png chamilo_issue.png added
The problem is in the other learning path view too.
Updated by Yannick Warnier almost 7 years ago
- Category set to Learning paths / Lecciones
- Assignee set to Daniel Barreto
- Target version set to 1.9.8
Daniel was working on this. There is a pull request waiting for review. If you know how to pull it locally from Daniel's branch, maybe you can test it and let us know if it works? https://github.com/chamilo/chamilo-lms/pull/257
Updated by Yannick Warnier almost 7 years ago
I'm assigning it to Daniel so he can check the other view too. If this is fixed, then we just need confirmation that it is fixed to close the task.
Updated by Daniel Barreto almost 7 years ago
- File 7077_1.png 7077_1.png added
- File 7077_2.png 7077_2.png added
- Status changed from New to Needs testing
- Assignee deleted (
Daniel Barreto) - % Done changed from 0 to 60
Update the PR 257
https://github.com/chamilo/chamilo-lms/pull/257
Here some pictures
Menu view
Control view
Updated by Yannick Warnier almost 7 years ago
The update has been pulled. Alberto, can you confirm the fix on https://stable.chamilo.org, so we can close this task?
Updated by Yannick Warnier over 6 years ago
- Status changed from Needs testing to Assigned
- Assignee set to Daniel Barreto
When opening https://stable.chamilo.org/main/newscorm/lp_controller.php?cidReq=CURSO2&id_session=0&gidReq=0&origin=&action=view&lp_id=1 as user student/student (not as an admin, so the upper bar doesn't show) in normal view mode but with a very low resolution (with CTRL+SHIFT+M in Firefox), and I open my tracking screen, I cannot see (nor scroll to) the last lines.
Updated by Yannick Warnier over 6 years ago
- File scroll1.png scroll1.png added
- File scroll2.png scroll2.png added
Attaching proof :-)
Updated by Alberto Torreblanca over 6 years ago
- File 01chamilo_lp.png 01chamilo_lp.png added
I send a commit solving this issue. The problem was in the to sides of the lp. But the commit solve partily, at the first view all is OK. Wheb you swith hide and unhide the lp the problem return. At the bottom i there a lot of white space that you can't see (MISTAKE IN IMAGE).CANCEL THE PULL REQUEST IN REPO
Updated by Daniel Barreto over 6 years ago
- File full_1.png full_1.png added
- File mini_1.png mini_1.png added
- File full_2.png full_2.png added
- File mini_2.png mini_2.png added
- % Done changed from 60 to 80
Fix wrong size of left,right content, and hide bar
Update funtion to user JQuery
Hide left panel will call resize function too
Minor: rename some variable from french to english language
Done in PR#284
https://github.com/chamilo/chamilo-lms/pull/284
Updated by Yannick Warnier over 6 years ago
- Status changed from Assigned to Needs testing
- Assignee changed from Daniel Barreto to Alberto Torreblanca
PR merged. Please test on stable.chamilo.org
Updated by Yannick Warnier over 6 years ago
- Assignee deleted (
Alberto Torreblanca)
Unassigning from Alberto as he doesn't seem to have time to check it.
I'm adding Alex as an observer and closing this task. We have improved the previous situation a lot already, and Alex will have to work on a design task (#6999) to review it anyway, but this can wait after the beta is published as it is only a set of minor CSS/JS changes.
Updated by Yannick Warnier over 6 years ago
- Status changed from Needs testing to Bug resolved
- Assignee set to Daniel Barreto
- % Done changed from 80 to 100
Update lp view to consider control bar view refs #6033 #7077