| Author |
Message |
schplat |
|
Post subject: WoW AutoTheme + Firefox + Textareas = Not Working
Posted: Aug 09, 2005 - 09:36 PM
|
|
Joined: Aug 09, 2005
Posts: 7
Status: Offline
|
|
I can use the text areas under IE and WoW AutoTheme.
I can use the text areas under Firefox and DeepBlue (phpnuke default).
I cannot use the text areas under Firefox and WoW AutoTheme. I'm guessing there's some sort of bug in the .js with TinyMCE, or there's a .css issue I'm missing. Any help would be appreciated. |
|
|
| |
|
|
|
 |
schplat |
|
Post subject:
Posted: Aug 09, 2005 - 10:11 PM
|
|
Joined: Aug 09, 2005
Posts: 7
Status: Offline
|
|
Nevermind, though I had found the problem, but was wrong.
I've found out I can use the textarea that comes with the Encyclopedia module. So I'm trying to narrow down the problem. |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Aug 09, 2005 - 10:43 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
| Let me know of the resolution please as I have never seen this issue. |
|
|
| |
|
|
|
 |
schplat |
|
Post subject:
Posted: Aug 09, 2005 - 10:55 PM
|
|
Joined: Aug 09, 2005
Posts: 7
Status: Offline
|
|
Well, digging deeper I have noticed the following:
I can type in textareas that are the last textarea of that specific form. So if a form has multiple textareas, i cannot type in any of the ones before the last one in any particular form.
I'm getting .js errors that look like:
Error: uncaught exception: [Exception... "Component returned failure code: 0xc1f30001 (NS_ERROR_NOT_INITIALIZED) [nsIDOMNSHTMLDocument.execCommand]" nsresult: "0xc1f30001 (NS_ERROR_NOT_INITIALIZED)" location: "JS frame :: http://www.pmguild.org/includes/tiny_mce/tiny_mce.js :: TinyMCEControl_execCommand :: line 9" data: no]
That may be related to this problem. |
|
|
| |
|
|
|
 |
schplat |
|
Post subject:
Posted: Aug 09, 2005 - 11:17 PM
|
|
Joined: Aug 09, 2005
Posts: 7
Status: Offline
|
|
| Another thing I've noticed, is in themes where I have no issues in Firefox, the bottom of each textarea has a "Path:" at the bottom. The wow theme does not have this. Not sure where this comes from, and I can't actually type anything after it. |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Aug 09, 2005 - 11:19 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
|
|
|
 |
schplat |
|
Post subject:
Posted: Aug 09, 2005 - 11:35 PM
|
|
Joined: Aug 09, 2005
Posts: 7
Status: Offline
|
|
Yah, it's definitely this jave exception error. The Path: at the bottom still exists, it's just white text on white background.
If I go to a window I cannot type in, and try to change the font size to say 10, it defaults back to the Font Size display and adds the exception into the java console. I'm running the most current build availabe from www.java.com
Unfortunately I'm a js n00b so I don't think I can be anymore help past this. |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Aug 10, 2005 - 12:11 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
http://tinymce.moxiecode.com/punbb/view ... 45&p=2
Is the only thing I could find and it looks to be a bug with TinyMce with FF..
I will keep digging though.
You could also try to turn on Strip Head in the AutoTheme admin for the theme and see if that helps at all. |
|
|
| |
|
|
|
 |
schplat |
|
Post subject:
Posted: Aug 10, 2005 - 12:33 AM
|
|
Joined: Aug 09, 2005
Posts: 7
Status: Offline
|
|
Tried that, did not work =/
Thanks tons for looking into it. |
|
|
| |
|
|
|
 |
schplat |
|
Post subject:
Posted: Aug 10, 2005 - 01:21 AM
|
|
Joined: Aug 09, 2005
Posts: 7
Status: Offline
|
|
I fixed the problem. In your style/style.css I changed form{display:inline} to form{display:block}
The layout doesnt change, so this may be a change you want to make throughout your mods, depending on how you've css'd them.
My *guess* is that display inline attempted to treat all textareas as one textarea when passing it through to TinyMCE. So therefore only the last one was really active, and the others did not exist according to TinyMCE. By setting display to block, it allows TinyMCE to read each textarea as its own separate block.
(Though I could be completely off, since I'm no expert on TinyMCE, nor JavaScript) |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Aug 10, 2005 - 01:24 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
AH HA!
Nice catch, that style is used for the inline forms like login etc. |
|
|
| |
|
|
|
 |
|
|