Closed (fixed)
Project:
Revisioning
Version:
7.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 Jan 2013 at 22:58 UTC
Updated:
18 Apr 2013 at 01:40 UTC
The revisions summary table is marking up the first column as a form item, which causes the cell to be styled as a form item.
The particular concern is that system.theme.css sets the form item to nowrap, which is desirable for actual form items, but problematic for a column that contains the revision log info.
If there is not a reason to mark this field up as a form item, could it be marked up as type="markup" instead?
//lines 67-70 revisioning_theme.inc
$form['info'][$vid] = array(
'#type' => 'markup',
'#markup' => $first_cell
);
Thanks,
JAKC
Comments
Comment #1
rdeboerSeems alright to me!
Comment #2
rdeboerApplied with attribution to 7.x-1.x branch. Available in next dev snapshot.
Rik