Files2 Bugs & Suggestions

Site backdrop/framework-related discussion & hosted site support

Moderator: Smeagol

User avatar
Mortis
Kakaist
Kakaist
Posts: 1452
Joined: Sun Jun 17, 1979 01:00
Contact:

Files2 Bugs & Suggestions

Postby Mortis » Sat Jul 21, 2007 20:43

Please try out the newest version of Smeagol's files script at http://www.slowdays.org/files2/

Upload some small-size crap (less than 100kb each, preferably) and try it out: Make folders, upload files, delete, rename.

If you run into a bug the best way to report it is to take a screenshot and attach it to the bug thread! :D

The "Move" feature is currently disabled!

Bugs
  • Toolbox & opening folders do not work in Opera or Safari
  • Toolbox opens on a new row if filename/directory is very long - the width is limited?
  • New files are not marked with style at the moment
  • Onhovers are missing from menu bar buttons
  • Panel integration missing: Does not show newest files or list files in "Rename/delete"

User avatar
Mortis
Kakaist
Kakaist
Posts: 1452
Joined: Sun Jun 17, 1979 01:00
Contact:

Re: Files2 Bugs

Postby Mortis » Sat Aug 09, 2008 18:24

long name wrap.gif
Long names cause the toolbox to wrap on a second row
long name wrap.gif (4.19 KiB) Viewed 13996 times


files2 bug elongation.gif
Long path, redundant ../../
files2 bug elongation.gif (5.4 KiB) Viewed 13965 times


Suggestions
  • "Expand/Collapse all folders" is not introduced yet
  • "most recent files" listed at the top of the /files interface as well?
  • Files toolbox icons upgrade (colour)
  • Files PicLens integration, tutorial here
  • Search box CSS styling, buttons (Search, Clear)
  • Working search in the top bar with a search button
  • Directly drag-and-drop files from hard drive to Files2 (Wishful thinking!) :)
  • Personal user folders
  • Folder favourites for upload
  • The "?dir=" feature

Moving-related
  • Unable to drop file into empty folder
  • Moved file wants to go to the first folder in the root
  • Weird behavior when beginning dragging nested item the first time
  • Files moved not reverting on cancel
"...the public dissolves as fact and fiction blend, history becomes derealized by media into a happening, science takes its own models as the only accessible reality, cybernetics confronts us with the enigma of artificial intelligence, and technologies project our perceptions to the edge of the receding universe or into the ghostly interstices of matter." - Hassan, Ihab: "Toward a Concept of Postmodernism" (1987).

User avatar
nobile
Kakaist
Kakaist
Posts: 522
Joined: Wed Dec 12, 2001 00:32
MySpace: www.myspace.com/nobile01
Location: Honduras
Contact:

Files2

Postby nobile » Sat Aug 09, 2008 18:25

Looks sleeky, so far what's not working for me is just in the Control Panel: rename/delete tab and the newest files tab (on this one, it lists the newest files in the old /files/ folder, not the /files2/ one :p )
In the /files2/ folder I can rename and delete files, couldn't move them though... an interesting thing on the moving part, is that it automatically decided to which folder I could move them (the one i had created), but what if I want to move it to another? I guess that's why it's not enabled, yet ;)
I'm using FF 2.0.0.16
Beauty is in the eyes of the beholder <3

User avatar
Mortis
Kakaist
Kakaist
Posts: 1452
Joined: Sun Jun 17, 1979 01:00
Contact:

Re: Files2 Bugs & Suggestions

Postby Mortis » Sat Aug 09, 2008 18:57

Opera reports the following in the error console:

Code: Select all

CSS - http://www.slowdays.org/sd_header.css
Linked-in stylesheet
Declaration syntax error
Line 39:
   filter: alpha(opacity = 60%);
  ------------------------------^
CSS - http://www.slowdays.org/includes/thickbox/thickbox.css
Linked-in stylesheet
Declaration syntax error
Line 40:
   filter:alpha(opacity=75);
  --------------------------^
CSS - http://www.slowdays.org/includes/thickbox/thickbox.css
Linked-in stylesheet
Declaration syntax error
Line 47:
  .offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
  --------------------------------------------------------------------------------^
CSS - http://www.slowdays.org/includes/thickbox/thickbox.css
Linked-in stylesheet
Declaration syntax error
Line 64:
  ement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
  --------------------------------------------------------------------------------^
CSS - http://www.slowdays.org/includes/thickbox/thickbox.css
Linked-in stylesheet
Declaration syntax error
Line 135:
  ement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
  --------------------------------------------------------------------------------^
CSS - http://www.slowdays.org/includes/thickbox/thickbox.css
Linked-in stylesheet
Declaration syntax error
Line 145:
   filter:alpha(opacity=0);
  -------------------------^
CSS - http://www.slowdays.org/includes/thickbox/thickbox.css
Linked-in stylesheet
Declaration syntax error
Line 154:
  .offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
  --------------------------------------------------------------------------------^
CSS - http://www.slowdays.org/sd_header.css
Linked-in stylesheet
Declaration syntax error
Line 39:
   filter: alpha(opacity = 60%);
  ------------------------------^
CSS - http://www.slowdays.org/includes/thickbox/thickbox.css
Linked-in stylesheet
Declaration syntax error
Line 40:
   filter:alpha(opacity=75);
  --------------------------^
CSS - http://www.slowdays.org/includes/thickbox/thickbox.css
Linked-in stylesheet
Declaration syntax error
Line 47:
  .offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
  --------------------------------------------------------------------------------^
CSS - http://www.slowdays.org/includes/thickbox/thickbox.css
Linked-in stylesheet
Declaration syntax error
Line 64:
  ement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
  --------------------------------------------------------------------------------^
CSS - http://www.slowdays.org/includes/thickbox/thickbox.css
Linked-in stylesheet
Declaration syntax error
Line 135:
  ement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
  --------------------------------------------------------------------------------^
CSS - http://www.slowdays.org/includes/thickbox/thickbox.css
Linked-in stylesheet
Declaration syntax error
Line 145:
   filter:alpha(opacity=0);
  -------------------------^
CSS - http://www.slowdays.org/includes/thickbox/thickbox.css
Linked-in stylesheet
Declaration syntax error
Line 154:
  .offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
  --------------------------------------------------------------------------------^
JavaScript - http://www.slowdays.org/files2/
Inline script compilation
Syntax error while loading: line 161 of linked script at http://www.slowdays.org/files2/files.js :
Expected identifier
            switch(data.delete){
----------------------^
CSS - http://www.slowdays.org/newstyle.css
Linked-in stylesheet
Invalid value for property: background-position
Line 95:
   background-position: left middle;
  ----------------------------------^
CSS - http://www.slowdays.org/files2/files.css
Linked-in stylesheet
Invalid value for property: background-position
Line 11:
   background-position: left middle;
  ----------------------------------^
CSS - http://www.slowdays.org/sd_header.css
Linked-in stylesheet
Declaration syntax error
Line 39:
   filter: alpha(opacity = 60%);
  ------------------------------^
CSS - http://www.slowdays.org/includes/thickbox/thickbox.css
Linked-in stylesheet
Declaration syntax error
Line 40:
   filter:alpha(opacity=75);
  --------------------------^
CSS - http://www.slowdays.org/includes/thickbox/thickbox.css
Linked-in stylesheet
Declaration syntax error
Line 47:
  .offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
  --------------------------------------------------------------------------------^
CSS - http://www.slowdays.org/includes/thickbox/thickbox.css
Linked-in stylesheet
Declaration syntax error
Line 64:
  ement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
  --------------------------------------------------------------------------------^
CSS - http://www.slowdays.org/includes/thickbox/thickbox.css
Linked-in stylesheet
Declaration syntax error
Line 135:
  ement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
  --------------------------------------------------------------------------------^
CSS - http://www.slowdays.org/includes/thickbox/thickbox.css
Linked-in stylesheet
Declaration syntax error
Line 145:
   filter:alpha(opacity=0);
  -------------------------^
CSS - http://www.slowdays.org/includes/thickbox/thickbox.css
Linked-in stylesheet
Declaration syntax error
Line 154:
  .offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
  --------------------------------------------------------------------------------^
JavaScript - http://www.slowdays.org/files2/
Inline script compilation
Syntax error while loading: line 161 of linked script at http://www.slowdays.org/files2/files.js :
Expected identifier
            switch(data.delete){
----------------------^
CSS - http://www.slowdays.org/newstyle.css
Linked-in stylesheet
Invalid value for property: background-position
Line 95:
   background-position: left middle;
  ----------------------------------^
CSS - http://www.slowdays.org/files2/files.css
Linked-in stylesheet
Invalid value for property: background-position
Line 11:
   background-position: left middle;
  ----------------------------------^
"...the public dissolves as fact and fiction blend, history becomes derealized by media into a happening, science takes its own models as the only accessible reality, cybernetics confronts us with the enigma of artificial intelligence, and technologies project our perceptions to the edge of the receding universe or into the ghostly interstices of matter." - Hassan, Ihab: "Toward a Concept of Postmodernism" (1987).

User avatar
Smeagol
Kakaist
Kakaist
Posts: 1422
Joined: Wed Nov 07, 2001 14:32
Location: Vänersborg, Sweden
Contact:

Re: Files2 Bugs & Suggestions

Postby Smeagol » Sat Aug 09, 2008 19:01

About moving files, this is under development, please ignore until further notice :)
He's not heavy, he's my brother.

User avatar
nobile
Kakaist
Kakaist
Posts: 522
Joined: Wed Dec 12, 2001 00:32
MySpace: www.myspace.com/nobile01
Location: Honduras
Contact:

Re: Files2 Bugs & Suggestions

Postby nobile » Sat Aug 09, 2008 21:24

another thing i just noticed! two things actually... both related to renaming the files:
- first, that when i click the rename icon, i rename it, and press enter and nothing happens, i have to click on the rename icon again to save the name. BUT if I click on the rename icon, rename it and then click on the rename icon, it doesn't save it, i have to press enter anyway to have it saved.
- second, even when the name was saved, the link still points at the old name, not the new one. YOu have to force the refresh on the page for it to get the link.. which's kind of a bugger if you have to open the folder again ;P
Image

there's also the accents thing, the old /files/ shows the accents very nice, the new one doesn't... i haven't changed the characted encoding, so why would it show them differently?
Image
Beauty is in the eyes of the beholder <3

User avatar
Mortis
Kakaist
Kakaist
Posts: 1452
Joined: Sun Jun 17, 1979 01:00
Contact:

Re: Files2 Bugs & Suggestions

Postby Mortis » Sat Aug 09, 2008 21:58

Can confirm that toolboxes as well as folders don't work on Safari and Opera. :/

What'll we do about scandinavian characters? öäåä? :D
"...the public dissolves as fact and fiction blend, history becomes derealized by media into a happening, science takes its own models as the only accessible reality, cybernetics confronts us with the enigma of artificial intelligence, and technologies project our perceptions to the edge of the receding universe or into the ghostly interstices of matter." - Hassan, Ihab: "Toward a Concept of Postmodernism" (1987).

User avatar
nobile
Kakaist
Kakaist
Posts: 522
Joined: Wed Dec 12, 2001 00:32
MySpace: www.myspace.com/nobile01
Location: Honduras
Contact:

Re: Files2 Bugs & Suggestions

Postby nobile » Sat Aug 09, 2008 23:30

had problems deleting folders, with or without files in them.
Image

also, if i renamed it and then tried deleting it, i'd get this error:
Image
although my bet is that it's for the same reason after renaming a file it still links to the old name :p

same problem happens when i tried deleting the file i had renamed with an accented letter.. it didn't happen with other renamed files, just that one with the accent that didn't show up properly :/
Image
Last edited by nobile on Sun Aug 10, 2008 00:21, edited 1 time in total.
Beauty is in the eyes of the beholder <3

User avatar
Mortis
Kakaist
Kakaist
Posts: 1452
Joined: Sun Jun 17, 1979 01:00
Contact:

Re: Files2 Bugs & Suggestions

Postby Mortis » Sun Aug 10, 2008 00:17

A drag'n'drop link I do not understand but Smeagol might

nii suggests that when selecting a file and a folder for upload, the selected folder would be duplicated just like the chosen file is as well: As is, only the selected file is duplicated while the selected folder is not taken into account and the root folder is used. See picture:

files2 sugg folder list.gif
Folder name issue
files2 sugg folder list.gif (7.75 KiB) Viewed 13938 times


It would also be nice if the uploaded files came up as links:

files2 sugg copypaste link.gif
Link copypaste suggestion
files2 sugg copypaste link.gif (2.23 KiB) Viewed 13913 times
"...the public dissolves as fact and fiction blend, history becomes derealized by media into a happening, science takes its own models as the only accessible reality, cybernetics confronts us with the enigma of artificial intelligence, and technologies project our perceptions to the edge of the receding universe or into the ghostly interstices of matter." - Hassan, Ihab: "Toward a Concept of Postmodernism" (1987).


Return to “Slowdev”

Who is online

Users browsing this forum: No registered users and 5 guests