kayamaox / redmine-dmsf

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

File/directory list display effect #107

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
From DMSF 0.8 to 0.9, the file/directory list display effect have some changes 
because of "Add jstoolbar to file list". 
When the file list was displayed, the whole table show up with enimation 
effect,which has bothered a lot.

Can anyone tell me how to cancel that effect?

Original issue reported on code.google.com by creasy...@gmail.com on 29 Jun 2011 at 12:55

GoogleCodeExporter commented 8 years ago
Could you tell me what browser are you using?

Original comment by vit.jo...@gmail.com on 29 Jun 2011 at 1:52

GoogleCodeExporter commented 8 years ago
On slow browsers, the JS toolbar creation can be noticable but on modern latest 
browsers Chrome, Firefox, IE 8/9 etc it should be visible only for first time 
accessing the DMSF page before all JS is loaded and executed. Following 
accesses should use cached resources so it shouldn't be even noticable.

I've reorganized a page structure a bit so it should match closely to final 
layout minimizing JS toolbar creation effect

Original comment by vit.jo...@gmail.com on 29 Jun 2011 at 2:05

GoogleCodeExporter commented 8 years ago
First of all, sorry for not showing up immediately...I was sick yesterday.
There is no performance issues, it looks more like some kind of jQuery effect, 
but not JS loading latency.

Original comment by creasy...@gmail.com on 1 Jul 2011 at 3:24

GoogleCodeExporter commented 8 years ago
It's funny, it looks like IE8 works just fine, and I usually use firefox(v5.0). 

Original comment by creasy...@gmail.com on 1 Jul 2011 at 5:34

GoogleCodeExporter commented 8 years ago
Problem with Firefox xxxmonkey engines are that they overdraw each DOM 
operation instead of queuing several DOM manipulations and then overdrawing 
them (as do almost all other browsers). This could then lead to effect you 
describe.

Original comment by vit.jo...@gmail.com on 1 Jul 2011 at 5:51

GoogleCodeExporter commented 8 years ago
And as long as I keep using FF, there is no solution for it?

Original comment by creasy...@gmail.com on 1 Jul 2011 at 6:02

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I checked chrome, it acted just like firefox. I think it is jQuery effect. But 
I can't tell which JS function lead to that effect.

Original comment by creasy...@gmail.com on 1 Jul 2011 at 7:49

GoogleCodeExporter commented 8 years ago
I made a little modify and it looks like the dataTable parameter lead to that 
effect, but I don't really know how to make it act exactly the way I want, I 
still miss the old fashion.

Original comment by creasy...@gmail.com on 2 Jul 2011 at 5:49

GoogleCodeExporter commented 8 years ago

Original comment by vit.jo...@gmail.com on 2 Jul 2011 at 4:25

GoogleCodeExporter commented 8 years ago

Original comment by vit.jo...@gmail.com on 4 Jul 2011 at 2:35

GoogleCodeExporter commented 8 years ago

Original comment by vit.jo...@gmail.com on 6 Jul 2011 at 8:10

GoogleCodeExporter commented 8 years ago

Original comment by vit.jo...@gmail.com on 21 Jul 2011 at 6:11

GoogleCodeExporter commented 8 years ago
Anybody still has problems with this?

Original comment by vit.jo...@gmail.com on 27 Aug 2011 at 7:48

GoogleCodeExporter commented 8 years ago

Original comment by vit.jo...@gmail.com on 27 Aug 2011 at 7:48