weird CSS
-
I’ve got a simple test-plugin running in the admin area, with a textarea inside a form. It has its own css and js files, but, of course, it is subjected to the site-wide styling.
However, I can’t tell what and where in the standard WP style sheets or javascripts (and/or jquery code) is causing the following:
my textarea box doesn’t let me mouse-click-focus: as soon as I click inside of it, the cursor bounces up to a text input above it.
My broad, general question is: Where do I look to find the “offending” css or javascript? I seem to have looked everywhere (just followed all the js and css files and looked through them)
I’m running version 3.4.2 (there is a reason I haven’t updated to latest)
Is there a jQuery command I can run at the console, to see what unwanted css and/or functions are attached to that textarea object?
I can refer to the textarea object via jQuery in the console, but don’t know what attached property or method to check.
thanks
EDIT: Probably a better title for this post would have been “DHTML weirdness” — as it’s probably not mere “CSS”
The topic ‘weird CSS’ is closed to new replies.