User tests: Successful: Unsuccessful:
fix for #8989
Original issue description
javascript code in /media/com_wrapper should have
document.frames['blockrandom'].document.body.scrollHeight
but not
document.frames('blockrandom').document.body.scrollHeight
Note that auto-height actually works for IE only.
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
Rel_Number | 0 | ⇒ | 8989 |
Relation Type | ⇒ | Pull Request for |
Category | ⇒ | JavaScript |
@Denitz Can you please submit a PR with that code
@brianteeman Code proposed by the @Denitz in #8991 (comment) I added in f9cb8fd
Thanks - I can see that now on github.com but the issue tracker didnt show that ;(
Is this ready for testing?
yes
Can you please provide some test instructions? I have trouble finding out what this is suppposed to fix. I tried some things with a wrapper in IE but it didnt seem to change anything.
I have tested this item
tested in edge. changes were made. @icampus
I have tested this item
Tested @icampus
After PR:
Console shows this error on IE version 11.
I have tested this item
I'm with kevinscheithauer. I could not reproduce this issue; maybe someone can write more precise test instructions?
I'm with kevinscheithauer. I could not reproduce this issue; maybe someone can write more precise test instructions?
I have tested this item
Like others I think we need better instructions to recreate the issue. I created a new menu item wrapper with auto-height set, and it displayed exactly the same in Chrome and IE 11.09600.18499
@jeckodevelopment fixed with #11554
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-11-20 15:04:37 |
Closed_By | ⇒ | wojsmol |
Hm.. after tests I found the better code which works for IE, Chrome and Firefox: