Page 1 of 1

[SOLVED] Heading tags and editText box

Posted: Fri Jun 14, 2013 9:03 am
by Impact
Whenever I add heading tags to the top of my text without adding "position: absolute" to the css the editText box resizes to 1px x 1px. Using chrome.

Does anybody have a fix?

Re: Heading tags and editText box

Posted: Sat Jun 15, 2013 7:49 am
by Impact
Don't worry.. I fixed it by adding

Code: Select all

spn.style.display = "block";
where

Code: Select all

spn.style.cursor = "pointer";


is in editInplace.js

Re: [SOLVED] Heading tags and editText box

Posted: Sat Jun 15, 2013 8:06 pm
by wiz
I was going to say this might a browser issue, but obviously I would of been wrong.

Thank you for taking the time by looking into the issue yourself, and providing a fix for everyone else.