Open GoogleCodeExporter opened 9 years ago
Hi
For me this problem is not severe, so I have not reported this.
But I know this problem too.
Anyway IE8 may be OK (at least in my enviroment).
IE8 Compatibility View fails this.
Of cource this means IE6 and 7 fail also.
Regards,
Original comment by mschib...@gmail.com
on 23 Aug 2011 at 10:53
We changed the following file as a workaround:
show.html.erb:
<snip>
<% if @folder.nil? %>
<%= link_to("Editieren", {:action => 'edit_root', :id => @project},
:title => l(:link_edit, :title => l(:link_documents)), :class => 'icon
icon-edit') %>
<% else @folder.nil? %>
<%= link_to("Edit", {:action => 'edit', :id => project, :folder_id => @folder
},
:title => l(:link_edit, :title => h(@folder.title)), :class => 'icon
icon-edit') %>
<% end %>
<%= link_to ("New Folder", {:action => 'new', :id => @project, :parent_id =>
@folder },
:title => l(:link_create_folder), :class => 'icon icon-add') %>
</snip>
It seems that IE6 cannot handle the Icons with NO Text. Instead of "New folder"
or "edit" you could also use something like: ":link_create_folder".
regards
Original comment by Sebastia...@gmail.com
on 24 Aug 2011 at 7:36
Original comment by vit.jo...@gmail.com
on 24 Aug 2011 at 9:37
Truth is I don't like IE6 so I probably won't spent time on this. If somebody
sent me a patch I will test it and include it. Solution suggested above is the
same what was proposed in Issue 133
Original comment by vit.jo...@gmail.com
on 27 Aug 2011 at 8:29
And icons works for me in IE8
Original comment by vit.jo...@gmail.com
on 27 Aug 2011 at 8:29
This problem also manifests itself on IE8 and IE9 when run with compatibility
mode enabled for intranet sites enabled. This is quite standard in a lot of
organisations.
Original comment by smip...@gmail.com
on 26 Mar 2012 at 4:34
Original issue reported on code.google.com by
Sebastia...@gmail.com
on 23 Aug 2011 at 10:11