Wow! I was expecting it to just be an image, and barely even bothered to click "+" but its great!
Offline
veggieman001 wrote:
voggs still thinks default width should be more
And the offset with 2 digit+ numbers is weird
Just checked; it should be 21px wider.
Ah, i haven't played around with those much. I'll see about it.
SciTecCf wrote:
I agree with Veggie. Other than that, I like it!
It needs a scrollbar, though.
I was already working on the scrollbar in my head. I'll see what i can do!
WindowsExplorer wrote:
Wow! I was expecting it to just be an image, and barely even bothered to click "+" but its great!
Lol, thanks!
Offline
Pretty good, Sci.
I'm messing around with it. Adding the 'x' that clears the input in each textarea.
I'll post the code if I ever finish.
Last edited by ProgrammingFreak (2012-05-30 11:46:32)
Offline
ProgrammingFreak wrote:
Pretty good, Sci.
I'm messing around with it. Adding the 'x' that clears the input in each textarea.
I'll post the code if I ever finish.
I could have done that myself, but i've been unsure of it. The positioning is really not so good.
Ah! Maybe i'll have an alert confirming you want to delete item # ("text"). That should solve it.
Offline
scimonster wrote:
ProgrammingFreak wrote:
Pretty good, Sci.
I'm messing around with it. Adding the 'x' that clears the input in each textarea.
I'll post the code if I ever finish.I could have done that myself, but i've been unsure of it. The positioning is really not so good.
Ah! Maybe i'll have an alert confirming you want to delete item # ("text"). That should solve it.
Good idea. I got the 'add' button to follow the resizing. I was going to do the same with length, but it messes up the centering.
Offline
Ugh, its going all crazy on me and I can't figure out why. I guess I'll have to start over. >.>
Offline
Yeah, i was having that problem too. I'm brainstorming for solutions.
Offline
I got the stuff on the bottom to adjust properly.
Offline
Looks great!
Edit: I found a blug!
1. Embiggen list
2. Click +
3. List will enshrinken
Last edited by scratchisthebest (2012-05-30 15:41:53)
Offline
scratchisthebest wrote:
Looks great!
Edit: I found a blug!
1. Embiggen list
2. Click +
3. List will enshrinken
Thanks. I'll try to fix it soon.
Offline
scimonster wrote:
I got the stuff on the bottom to adjust properly.
Okay cool. :3
Offline
Oh good, you fixed the number spaces. So like if you have a 10th entry the textarea will still look even with the others. :3
Offline
ProgrammingFreak wrote:
Oh good, you fixed the number spaces. So like if you have a 10th entry the textarea will still look even with the others. :3
Yep. It meant rearranging the DOM a bit though.
Anyone want to test out with 100s of items?
Offline
scimonster wrote:
ProgrammingFreak wrote:
Oh good, you fixed the number spaces. So like if you have a 10th entry the textarea will still look even with the others. :3
Yep. It meant rearranging the DOM a bit though.
Anyone want to test out with 100s of items?
I can.
Offline
Alright, whew. I used the console in Chrome to call the addItem() function lots of times.
The maxheight is restricted, of course, so there were a lot of textareas out of the box. 20th and up.
Then, the 100's cause some problems. It makes two lines for each input because of the limited space for the numbers.
Offline
ProgrammingFreak wrote:
Alright, whew. I used the console in Chrome to call the addItem() function lots of times.
The maxheight is restricted, of course, so there were a lot of textareas out of the box. 20th and up.
Then, the 100's cause some problems. It makes two lines for each input because of the limited space for the numbers.
Well, to test, you could have removed the maxheight.
I thought i had added code that expands it when it has more numbers, but it seems it didn't work.
Maybe in Firefox? Chrome doesn't support CSS calc().
EDIT: Hopefully fixed now... But i don't have the patience to add hundreds of items to test it.
Last edited by scimonster (2012-05-31 15:34:18)
Offline
scimonster wrote:
scratchisthebest wrote:
Looks great!
Edit: I found a blug!
1. Embiggen list
2. Click +
3. List will enshrinkenThanks. I'll try to fix it soon.
Fixed.
Offline
I'm working on scrollbars now. Styling is coming along well, scrolling is coming along well, but there are several major bugs, so don't expect it for another couple days.
Offline
O thanks for everything scimonster
IDC if it doesnt come i am excited
Offline
XenoK wrote:
when you click on the +, shouldnt it resize instead of the box being overflowed by the new input box?
Temporary glitch. When the scrollbar is done, that won't happen.
Offline