1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/test/template
Gaelian Ditchburn 7a085dac2a Switched to use display:none in extra_tags_for_form method.
The use of `display:inline` with the content_tag call in the
extra_tags_for_form method potentially causes display issues with some
browsers, namely Internet Explorer. IE's behaviour of not collapsing
the line height on divs with ostensibly no content means that the
automatically added div containing the hidden authenticity_token, utf8
and _method form input tags may interfere with other visible form
elements in certain circumstances. The use of `display:none` rather
than `display:inline` fixes this problem.

Fixes #6403
2014-01-05 17:16:22 +00:00
..
erb
html-scanner
testing Action Pack Variants 2013-12-04 00:13:16 +01:00
active_model_helper_test.rb
asset_tag_helper_test.rb Unused classes in AV tests 2013-12-24 11:04:49 +09:00
atom_feed_helper_test.rb
capture_helper_test.rb
compiled_templates_test.rb
date_helper_i18n_test.rb
date_helper_test.rb Remove privatizing of Fixnum#/ from assert_distance_of_time_in_words 2013-08-05 21:52:13 -04:00
debug_helper_test.rb
dependency_tracker_test.rb
digestor_test.rb Ensure the state is clean after one failure 2013-10-16 19:43:10 -03:00
erb_util_test.rb Added \u2028 \u2029 to json_escape 2013-12-04 09:43:42 -08:00
form_collections_helper_test.rb test description uses "disable" when it should be "disabled" 2013-12-11 15:08:53 -08:00
form_helper_test.rb Switched to use display:none in extra_tags_for_form method. 2014-01-05 17:16:22 +00:00
form_options_helper_i18n_test.rb
form_options_helper_test.rb Fix some edge cases for AV select helper with :selected option 2013-09-23 17:48:23 +03:00
form_tag_helper_test.rb Switched to use display:none in extra_tags_for_form method. 2014-01-05 17:16:22 +00:00
javascript_helper_test.rb Add "extname" option to javascript_include_tag 2013-08-03 09:30:06 -05:00
log_subscriber_test.rb
lookup_context_test.rb Action Pack Variants 2013-12-04 00:13:16 +01:00
number_helper_test.rb Escape the unit value provided to number_to_currency 2013-12-02 16:41:14 -08:00
output_buffer_test.rb
output_safety_helper_test.rb
record_identifier_test.rb
record_tag_helper_test.rb
render_test.rb ActionView::MissingTemplate for partials includes underscore. 2013-12-02 08:35:34 +01:00
resolver_patterns_test.rb Fix method name typos 2013-09-05 10:43:57 +05:30
sanitize_helper_test.rb
streaming_render_test.rb
tag_helper_test.rb Convert CDATA input to string before gsub'ing 2013-10-29 18:17:57 +01:00
template_error_test.rb Use set_backtrace instead of @backtrace in ActionView error 2013-11-16 04:41:28 +09:00
template_test.rb
test_case_test.rb
test_test.rb
text_helper_test.rb Merge pull request #13059 from imkmf/cycle-accepts-array 2013-12-06 17:05:59 -02:00
translation_helper_test.rb Escalate missing error when :raise is true 2013-12-05 09:20:58 +09:00
url_helper_test.rb Merge pull request #10471 from andyw8/button_to_params 2013-10-24 18:02:19 -02:00