Mailing List Archive

[bricoleurs/bricolage] 7d9e37: Fix Xinha.
Branch: refs/heads/rev-2.0
Home: https://github.com/bricoleurs/bricolage

Commit: 7d9e377436c7901f292c5b2ff3c9f5ed0a24d359
https://github.com/bricoleurs/bricolage/commit/7d9e377436c7901f292c5b2ff3c9f5ed0a24d359
Author: David E. Wheeler <david@justatheory.com>
Date: 2010-12-08 (Wed, 08 Dec 2010)

Changed paths:
M .gitignore
M comp/media/js/lib.js
M comp/widgets/profile/displayFormElement.mc
M comp/widgets/wysiwyg/xinha.html

Log Message:
-----------
Fix Xinha.

Update the JavaScript code to only load the editors when they're made visible.
This is a little fragile, since if we change the structure of the HTML at all,
we'll need to make sure that the Xinha code is updated to take advantage of
the new structure. That is, CSS selectors passed to `Element.select()` would
need to be updated.

Not sure if htmlArea or FCKEditor need to be updated, as well. [#217 state:resolved].


Commit: 657ce148daf29559a56e1e9230d798d4b6c3c9fb
https://github.com/bricoleurs/bricolage/commit/657ce148daf29559a56e1e9230d798d4b6c3c9fb
Author: David E. Wheeler <david@justatheory.com>
Date: 2010-12-08 (Wed, 08 Dec 2010)

Changed paths:
M lib/Bric/Changes.pod

Log Message:
-----------
Give credit where credit is due.