Closed (fixed)
Project:
Devel
Version:
7.x-1.x-dev
Component:
devel
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2008 at 01:35 UTC
Updated:
25 Feb 2016 at 22:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
moshe weitzman commentedTerrific. Also, the table sticky header for was driving me crazy too. Hope some folks can review this soon. If not, I will probably just commit the patch and wait for feedback.
Comment #2
neochief commentedWorks fine for me
Comment #3
moshe weitzman commentedI fixed the patch so it would apply cleanly (see attached) but the target column slips down into a new row ruining the layout. tested on Safari.
Comment #4
yhahn commentedHey Moshe,
Can you tell me more (or attach a screenshot) of the described behavior? I don't have the option of running Safari on my linux install here but I'll try to poke a colleague into helping debug : )
Comment #5
yhahn commentedThis patch adds CSS for the new target column in D7.
Comment #6
moshe weitzman commentedCommitted to D6 and HEAD. I missed the fact that the original patch was for D6. Sorry about that.
Many thanks. I much look forward to more of your patches.
Comment #8
hass commentedThis was not a "layout table"... Since what day are we not using tables for table data? Table data need to go into tables and not DIVs. This does not comply with accessibility rules as I know.
Comment #9
moshe weitzman commentedComment #10
hass commentedNo feedback, reopen
Comment #11
moshe weitzman commented@hass - please do not override maintainer's final status. you are welcome to be the last word in your own projects.
Comment #12
powrsurg commented@moshe wizman - I think hass' update was actually appropriate. The comments by hass were appropriate and accurate. Converting from a table to a div based structure made this module inaccessible for developers with disabilities.
If a div based structure is desired then ARIA landmark roles must be added to remake the pseudo-table accessible.