d2jsp
Log InRegister
d2jsp Forums > d2jsp > General Help > Site Suggestions > Hst's Bug Report / Typo Thread!
Add Reply New Topic New Poll
Member
Posts: 24,488
Joined: Jul 11 2011
Gold: 1,272.50
May 20 2014 01:22pm
Hey! Here are some bugs and typo's I've found while browsing through the forums / site stuff ;)
    Ladder Slasher Page:
  • Location: http://ladderslasher.d2jsp.org/index.php?g=1




    + More

    -------------- Under the Catacombs tab, the word targetted is misspelled incorrectly, it should be targeted.
    -------------- Under the Inventory tab, the word transfered is misspelled incorrectly, it should be transferred.

    Ladder Slasher Page - Classes
  • Location: http://ladderslasher.d2jsp.org/index.php?g=2
    -------------- Under the Barbarian tab, the word prefering is misspelled incorrectly, it should be preferring.
    + More
    -------------- Under the Catacombs tab, the word targetted is misspelled incorrectly, it should be targeted.
    -------------- Under the Inventory tab, the word transfered is misspelled incorrectly, it should be transferred.



    Help FAQ - Personal Blogs
  • Location: http://forums.d2jsp.org/info.php?p=24
    -------------- Under the blog rules, the 9th list down, the word spamed is misspelled incorrectly, it should be spammed.
Admin
Posts: 28,890
Joined: Feb 18 2006
Gold: 186,272.49
Trader: Trusted
May 20 2014 01:48pm
All fixed except the Design Bug. Looking further into this one.

I also fixed/updated:

Missing . punctuation after "Upon completing the map, you have this % chance to gain a guild point".
Missing . punctuation after "Increases the maximum level that items and monsters can spawn on this map by this amount".
Located Here: http://ladderslasher.d2jsp.org/index.php?g=15#Maps

Thanks for reporting the required fixes and please let me know if there is anything further you find.
Member
Posts: 62,873
Joined: Aug 2 2009
Gold: 1,189.90
Jul 31 2014 07:29pm
Some insight into the design bug: The user agent stylesheet(default style for elements that comes with the browser) contains 2 pixels of padding on both sides of <textarea> elements. The padding + 1 pixel border is 3 pixels on each side, or 6 pixels overall of unaccounted for width. Since the element is set to 100% width, it breaks out of it's container.



Setting the padding to 0px and removing the border will obviously fix this, but looks strange.

Fix:
A couple things I can think of off the top of my head to add to the <textarea>'s styles that would fix this is
Code
/* 1: */
margin-left:-1px;
padding:0;

/* 2: (I prefer this style as it gives the text padding) */
width: 99%;
margin: 0 0 0 -1px;
padding: .5%;


This post was edited by AnimeFTW on Jul 31 2014 07:33pm
Member
Posts: 24,488
Joined: Jul 11 2011
Gold: 1,272.50
Aug 12 2014 10:55pm
Yeap, putting 99.5% actually makes it look the best. AnimeFTW's way is nice as well. 99.5 as a percent seems unintuitive but it would look better than seeing this all the time:




at 99.5%:



Looks way better.

Njaguar, If you do see this. I don't mean to come off as rude, but I think you're undervaluing a LOT of potential that user(s) are giving you in this Site Suggestion forum. It just seems like you don't have enough time, nor really care anymore about it. This whole community here loves the site and only wants it to get better, the least you can do is listen to our ideas. I'm not trying to be condescending, I mean if it's not broke, don't fix it or change it right? I understand, but they're a lot of ideas here in the Site Suggestion forum that I think would actually be very beneficial if done. I know you're more than capable of doing them :thumbsup:

This post was edited by HighschoolTurd on Aug 12 2014 11:07pm
Go Back To Site Suggestions Topic List
Add Reply New Topic New Poll