Defect #14031
closedForm elements disappear in Firefox 20.0 on Mac
0%
Description
Form elements sometimes disappear in Firefox when a mouse over.
Same as defect #11825. Same fix (overflow:visible) is working, but overflow:auto is not working.
I see the issue right now on this platform while creating this ticket.
My environment:- Redmine 2.3.0
- Firefox 20.0 on Mac OS X 10.7.5
rails3@app-11:~/apps/redmine$ bundle exec rake about RAILS_ENV=production
About your application's environment
Ruby version 1.9.3 (x86_64-linux)
RubyGems version 1.8.23
Rack version 1.4
Rails version 3.2.13
Active Record version 3.2.13
Action Pack version 3.2.13
Active Resource version 3.2.13
Action Mailer version 3.2.13
Active Support version 3.2.13
Middleware Rack::Cache, ActionDispatch::Static, Rack::Lock, #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x000000025d9218>, Rack::Runtime, Rack::MethodOverride, ActionDispatch::RequestId, Rails::Rack::Logger, ActionDispatch::ShowExceptions, ActionDispatch::DebugExceptions, ActionDispatch::RemoteIp, ActionDispatch::Callbacks, ActiveRecord::ConnectionAdapters::ConnectionManagement, ActiveRecord::QueryCache, ActionDispatch::Cookies, ActionDispatch::Session::CookieStore, ActionDispatch::Flash, ActionDispatch::ParamsParser, ActionDispatch::Head, Rack::ConditionalGet, Rack::ETag, ActionDispatch::BestStandardsSupport, OpenIdAuthentication
Application root /home/rails3/apps/redmine
Environment production
Database adapter mysql2
Database schema version 20130217094251
rails3@app-11:~/apps/redmine$
Files
Related issues