Page 1 of 2
configure plugin screen no scroll
Posted: Mon May 04, 2009 4:03 pm
by rj
I have a long long list of active plugins.
I have a rather short list of inactive plugins.
When I go get new plugins they go to the bottom of the active list.
If I grab one with the mouse and try to move it up it does not scroll the screen.
So I have to drop it off above somewhere, then do it again and again, about 5 times before the inactive list shows and I can deposit it. It is the same with moving one up or down.
Is there a command of some sort to click the box and then move things back and forth?
I think, not sure, what I would like is an extra command at the bottom there that says move inactive, rather than just delete.
Or is there some keyboard mouse thing to get the thing to scroll?
thanx
rj
Re: configure plugin screen no scroll
Posted: Mon May 04, 2009 10:58 pm
by Don Chambers
Someone else will have to address the scrolling issue... I cannot say I have encountered that problem as I keep my plugins to a minimum. You do realize each plugin brings a bit of overhead, right? If you have a bunch installed, you might want to seriously think about whether you REALLY need them all... I have noticed a bit of a performance boost from sites where I have deactivated plugins that were really not being used. Its not a huge gain, but every little bit helps.
Re: configure plugin screen no scroll
Posted: Tue May 05, 2009 2:34 am
by rj
They are mostly nuggets for the sidebars... 20 or so...
I wonder if they count? because most only load depending on categories... Category visibility plugin.
Do events add much overhead?
.
I dont think it matters much in my case with 10 videos on the front page!
I is what I is...

I just think a box at the bottom to MOVE rather than only REMOVE would be cool...
THanx
RJ
Re: configure plugin screen no scroll
Posted: Tue May 05, 2009 4:26 am
by Don Chambers
Yeah, those frontpage videos are probably more of a load than your plugins. Garvin can probably say more about this than I can.
Re: configure plugin screen no scroll
Posted: Wed May 27, 2009 11:08 am
by onli
I implemented the scrolling while dragging. Try to replace your /templates/default/dragdrop.js with the attached one.
sincerely
Re: configure plugin screen no scroll
Posted: Thu May 28, 2009 6:08 pm
by stm999999999
worked fine, very fine!
Re: configure plugin screen no scroll
Posted: Fri May 29, 2009 4:49 pm
by onli
Good to hear that

Re: configure plugin screen no scroll
Posted: Tue Jun 02, 2009 10:56 pm
by onli
Don't want to push too hard, but if no issues are found, I think that belongs into the s9y-default.
sincerely
Re: configure plugin screen no scroll
Posted: Wed Jun 03, 2009 12:43 am
by stm999999999
I think, too.

Re: configure plugin screen no scroll
Posted: Wed Jun 03, 2009 1:07 am
by Don Chambers
Me three.... but I think Garvin should review the code.
Re: configure plugin screen no scroll
Posted: Wed Jun 03, 2009 9:13 am
by onli
Of course, but the added code which worked at the and of all my tries is just a few lines long. So that shouldn't be too hard. Would a diff help?
Re: configure plugin screen no scroll
Posted: Wed Jun 03, 2009 4:15 pm
by garvinhicking
Hi!
Did you try it with IE6, IE7, IE8, Firefox2, Firefox3, Safari? It would be important that all these browsers work with it... I'm not familiar with your new code of getting the screensize of the browser, so we would need to make sure that it works in each of them...
Thanks for your work1
Regards,
Garvin
Re: configure plugin screen no scroll
Posted: Wed Jun 03, 2009 5:02 pm
by onli
I tested Firefox 3 and Opera. Will see what else is possible

Re: configure plugin screen no scroll
Posted: Wed Jun 03, 2009 5:29 pm
by Don Chambers
I tested it in IE6, FF2 and Safari - all on a PC running Windows XP. It works. However, I noticed it is possible to drag items well below the bottom of the page in all these browsers.
Re: configure plugin screen no scroll
Posted: Wed Jun 03, 2009 5:55 pm
by onli
Thanks Don. In IE 8, it is only possible to scroll to the top, not the bottom. But the plugin remains dragged, so it is not totally necessary to fix it, it's still a half of the improvement. I can't do it anyway, can't find any error-console at all.
I don't see an approach to prevent the possibility to scroll below the footer, do you think it's an issue?
sincerely