Closed (fixed)
Project:
Context
Version:
6.x-2.0-beta7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Oct 2009 at 12:01 UTC
Updated:
3 Apr 2010 at 10:30 UTC
For my blockdescription module (http://drupal.org/project/blockdescription) I want to display the block descriptions on the context page.
This works, except for the fact that the following line:
var text = $(this).parents('div.form-item').eq(0).hide().children('label').text();
removes the html from the element, which doesn't work good when the themed description contains html. The default html is:
blockname<br />
<i>blockdescription</i>
For this, I've created a patch which gets the HTML and removes the checkbox from it.
| Comment | File | Size | Author |
|---|---|---|---|
| context_ui.js_.patch | 931 bytes | nvanhove |
Comments
Comment #1
steven jones commentedFixed in 6.x-2.x.