By Jannik L. on Wednesday, 29 October 2014
Posted in Technical Issues
Replies 4
Likes 0
Views 1K
Votes 0
Resizing doesn't work properly, the frame and surroundings dont resize properly. (Same problem happens here on Stackideas. Screenshot attached.

Also if you click the quote button you see a bunch of html codes... example:

<p>Thanks</p>
Screenshot of resizing
·
Wednesday, 29 October 2014 13:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jannik Laursen,

For resize issues you can fixed it by update the js file yourself

/media/foundry/3.1/scripts/markitup.js
or
/media/com_easydiscuss/scripts/easydiscuss-3.2.xxx.static.js
search for:
$$.css("min-height", Math.max(20, e.clientY+h-y)+"px");
change it to:
$('.markItUpExpanding').css("height", Math.max(20, e.clientY+h-y)+"px");

And I can't replicate the quote issues with html tag here. Please check screenshots http://screencast.com/t/DGdI6nLwN
·
Wednesday, 29 October 2014 18:24
·
0 Likes
·
0 Votes
·
0 Comments
·
I tried doing so in: /media/foundry/3.1/scripts/markitup.js and it didnt work. Do you mind taking a look at it?
·
Wednesday, 29 October 2014 18:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jannik Laursen,

I have updated the /public_html/media/foundry/3.1/scripts/markitup.min.js for you. You will need to clear your browser's cache and check the resize issues.
·
Thursday, 30 October 2014 16:23
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post