User:TerryE/phpBB3.0.5 Migration/Closed Issues and Actions

From Apache OpenOffice Wiki
< User:TerryE
Revision as of 17:33, 10 August 2009 by TerryE (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Code Expand / Contract

Three minor known issues:

  • A forum user (see Code expand/collapse behaviour) has pointed out that we need a tweak to the client-side javascript to preserve the current focus when doing an expand / contract:
 <a onclick="selectCode(this); return false;" href="#">Select all</a>
 <a class="codebox" onclick="expandCode(this, true); return false;" href="#">Expand view</a>
 <a class="codeboxexp" onclick="expandCode(this, false); return false;" href="#">Collapse view</a>
  • The code is not picking up NL context for "SELECT ALL / EXPAND VIEW / COMPRESS VIEW
  • For this mode to latch, I need to refresh the style through the ACP.

(Implemented in the 3.0.5 upgrade)

Personal tools