[SOLVED] Heading tags and editText box

Post Reply
Impact
Posts: 2
Joined: Fri Jun 14, 2013 8:36 am

[SOLVED] Heading tags and editText box

Post 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?
Impact
Posts: 2
Joined: Fri Jun 14, 2013 8:36 am

Re: Heading tags and editText box

Post 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
User avatar
wiz
Posts: 749
Joined: Sat Oct 30, 2010 12:23 am

Re: [SOLVED] Heading tags and editText box

Post 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.
Post Reply