Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
simpletest.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Oct 2009 at 21:41 UTC
Updated:
3 Nov 2009 at 00:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
catchI'm getting this too.
Comment #2
dwwI'm also getting this on both Safari and FF.
Comment #3
asimmonds commentedThe HTML IDs are now lowercased by drupal_html_id().
Instead of using the test name (which is normally mixedcase) for the ID, this patch uses the form element #id.
Comment #4
deviantintegral commentedThe patch in #3 works for me in Safari 4, and I was able to run all of the bootstrap tests.
Comment #5
dwwWFM, too. I don't know the JS involved here closely enough to comment on the exact approach, but the description in #3 sounds reasonable, and it works, so I think #3 is RTBC.
Comment #6
dries commentedCommitted! Thanks.