Firefox 3.6, Editing broken? |
![]() ![]() |
Firefox 3.6, Editing broken? |
Jan 31 2010, 11:52
Post
#1
|
|
![]() Server Admin Group: Admin Posts: 4808 Joined: 24-September 01 Member No.: 13 |
Hi all,
is anyone else having problems using Firefox 3.6 with the site? Around the time I upgraded, I'm no longer able to use the edit boxes here as well as before. For example, the cursor is no longer displayed in an edit box, so I'm not able to navigate around. |
|
|
|
Jan 31 2010, 12:04
Post
#2
|
|
![]() Server Admin Group: Admin Posts: 4808 Joined: 24-September 01 Member No.: 13 |
|
|
|
|
Jan 31 2010, 14:27
Post
#3
|
|
|
Group: Members Posts: 326 Joined: 30-September 05 From: London, Europe Member No.: 24805 |
Yes, I have the same issue, although funnily enough it doesn't appear consistent, it works sometimes.
Apparently it is a bug that was fixed in a later version of InvisionPowerBoard, is updating HA's IPB to a newer version an option? |
|
|
|
Jan 31 2010, 18:40
Post
#4
|
|
![]() Server Admin Group: Admin Posts: 4808 Joined: 24-September 01 Member No.: 13 |
Apparently it is a bug that was fixed in a later version of InvisionPowerBoard, is updating HA's IPB to a newer version an option? Upgrading IPB to a new major release is not an option. I've seen no proof so far this is an IPB bug anyway. Every other browser besides Firefox 3.6 works. |
|
|
|
Jan 31 2010, 19:26
Post
#5
|
|
![]() Group: Admin Posts: 3226 Joined: 30-September 01 Member No.: 84 |
Works fine for me.
OK, breaks here too after enabling "rich text editor". -------------------- This job would be great if it wasn't for the users.
|
|
|
|
Feb 22 2010, 15:25
Post
#6
|
|
![]() Group: Admin Posts: 4219 Joined: 15-December 02 Member No.: 4082 |
This fix was brought to my attention by Yirkha, so I've applied it. He also provided a diff of the two files, indicating a work-around for Mozilla/Gecko:
CODE --- old.js Mon Feb 22 15:19:33 2010
+++ new.js Mon Feb 22 15:19:46 2010 @@ -41,7 +41,7 @@ _editor.style.width = '80%'; _options.style.width = 'auto'; _options.style.height = 'auto'; - _options.style.display = 'block'; + _options.style.display = (is_moz) ? 'table-cell': 'block'; _options._panel_open = 1; document.getElementById(editor_id + '_spacer-bar').style.width = '4px'; } @@ -53,7 +53,7 @@ } _options.style.width = 'auto'; _options.style.height = 'auto'; - _options.style.display = 'block'; + _options.style.display = (is_moz) ? 'table-cell': 'block'; _options._panel_open = 1; document.getElementById(editor_id + '_spacer-bar').style.width = '4px'; var _main_div = document.createElement('div'); |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 24th May 2013 - 03:41 |