google-code-export / redmine-dmsf

Automatically exported from code.google.com/p/redmine-dmsf
1 stars 1 forks source link

Internet Explorer not showing Icons #140

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use Internet Explorer 6 - 8
2. Use DMSF

What is the expected output? What do you see instead?
Icons for "creating a folder" or "edit" are not shown

What version of the DMSF and Redmine are you using? On what browser and
operating
system?

Redmine 1.2.1
IE 6-8 -> fail
Firefox -> working
DMSF -> newest Version

Linux

Please provide any additional information below.

Original issue reported on code.google.com by Sebastia...@gmail.com on 23 Aug 2011 at 10:11

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by vit.jo...@gmail.com on 24 Aug 2011 at 9:37

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
And icons works for me in IE8

Original comment by vit.jo...@gmail.com on 27 Aug 2011 at 8:29

GoogleCodeExporter commented 9 years ago
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