- Posts: 28
Firefox 6 won't show course if links set to open in wrapper
- Aud
- Topic Author
- Offline
- Junior Member
-
Less
More
14 years 9 months ago - 14 years 9 months ago #1
by Aud
Firefox 6 won't show course if links set to open in wrapper was created by Aud
I have installed:
Joomla 1.5
Moodle 1.9
Joomdle 0.6
And all is fine - except in Firefox 6
In Joomdle > Configuration - Links behaviour, if I have Wrapper selected - the Course overview appears but when I click on Go to Course, the Content disappears, I just see the breadcrumb and the footer.
If I turn off autoheight in wrapper in Joomdle config and I add this to css:
.wrapper {
border: 1px solid #069;
height: 600px;
overflow: visible;
}
then the content appears, with scrollbar.
This isn't really ideal and I wonder if there is a better fix?
Any help would be much appreciated.
Joomla 1.5
Moodle 1.9
Joomdle 0.6
And all is fine - except in Firefox 6
In Joomdle > Configuration - Links behaviour, if I have Wrapper selected - the Course overview appears but when I click on Go to Course, the Content disappears, I just see the breadcrumb and the footer.
If I turn off autoheight in wrapper in Joomdle config and I add this to css:
.wrapper {
border: 1px solid #069;
height: 600px;
overflow: visible;
}
then the content appears, with scrollbar.
This isn't really ideal and I wonder if there is a better fix?
Any help would be much appreciated.
Last edit: 14 years 9 months ago by Aud. Reason: found more information
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7926
14 years 9 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic Re: Firefox 6 won't show course if links set to open in wrapper
Sorry, but we are no Javascript experts, nor have we tested Firefox 6.
If you know somejavascript you could try to debug why it work in other browsers and not in FF6.
Auto-height code was contributed by a community member, so I am not that familiar with it.
If you know somejavascript you could try to debug why it work in other browsers and not in FF6.
Auto-height code was contributed by a community member, so I am not that familiar with it.
Please Log in or Create an account to join the conversation.