Page 16 of 41

Posted: 20 Jul 2013, 20:00
by webwit
It's not related to javascript. It's just that the image dimensions are unknown. Your browser should be able to handle it and correct the page position while the images load. The only solution would be the store the dimensions of images.

Posted: 20 Jul 2013, 20:02
by ne0phyte
I didn't check, but there is a loading animation displayed while the image loads. I'd think that the images are loaded with javascript (as you scroll?).

The problem with the "moving" pages caused by slow loading pictures is really annoying and I only experience that on Deskthority :o


EDIT:

Code: Select all

<img src="http://deskthority.net/images/spacer.gif" title="Loading..." alt="Loading..." class="reimg-loading">
There's definitely some javascript invoked so there is no chance our browsers could determinte the size of the actual image before it's inserted into the DOM.

Posted: 20 Jul 2013, 21:36
by Daniel Beardsmore
Like I said, 21st century ...... ;-)

Posted: 21 Jul 2013, 18:42
by mr_a500
I don't know if this has been already mentioned... but is it possible, after logging in, to return to the previously viewed page instead of going to the home page? I usually log in to respond to a thread I'm viewing.

Posted: 27 Jul 2013, 17:28
by mintberryminuscrunch
how do you link a post directly?

Posted: 27 Jul 2013, 17:32
by 7bit
webwit wrote:It's not related to javascript. It's just that the image dimensions are unknown. Your browser should be able to handle it and correct the page position while the images load. The only solution would be the store the dimensions of images.
The image dimensions can be read first and then can the HTML stuff be created and then the page does not jump around like crazy while the images are loaded.

Only problem: Images from a foreign server!

Solution: size is cached the first time the image is used (ie when the poster posted it).
:ugeek:
ne0phyte wrote:I didn't check, but there is a loading animation displayed while the image loads. I'd think that the images are loaded with javascript (as you scroll?).
...
No, it has nothing to do with JavaScript!
:-)

The only thing that requires JavaScript is the stupid spoiler tag!
:mad:

Posted: 27 Jul 2013, 17:43
by ne0phyte
Image

Posted: 27 Jul 2013, 17:48
by ماء
adding emoticons on DT:)

Posted: 27 Jul 2013, 17:49
by mintberryminuscrunch
ne0phyte wrote:Image
*knockingheadagainstthewall*
thinking of the times i mourned the missing feature,
thanks a lot :)

Posted: 27 Jul 2013, 17:50
by 7bit
You have to find out their name and have to type them manually:

Code: Select all

:-)
;-)
:o
:roll:
:evil:
:twisted:
:evilgeek:
:oops:
:cry:
:sad:
:?
:mrgreen:
:-)
;-)
:o
:roll:
:evil:
:twisted:
:evilgeek:
:oops:
:cry:
:sad:
:?
:mrgreen:

ps: You can also switch JavaScript ( :roll: ) on and click on them on the right.
Image

Posted: 27 Jul 2013, 17:53
by ne0phyte
Or upload smileys somewhere and embed them as image: Image

Posted: 27 Jul 2013, 18:15
by Muirium
Argh! These externally hosted smileys actually show up. I have all that stuff disabled in my DT prefs, so see the literal :ohnoes: codes instead. Preferred!

So, uh please don't do that!

Posted: 28 Jul 2013, 13:12
by Daniel
I'd like to have a "Mark all forums read"-link on the "View unread posts" site.

Posted: 28 Jul 2013, 14:16
by ماء
ne0phyte wrote:Or upload smileys somewhere and embed them as image: Image
Image Nice ne0phyte

Posted: 28 Jul 2013, 18:26
by Halvar

Posted: 28 Jul 2013, 18:30
by Muirium
Image
Make it stop.

Posted: 01 Aug 2013, 15:42
by Ekaros
Hmm, is there any way to not truncate links in private messages send to email?
Here is the tracking link :-)
http://nolp.dhl.de/nextt-online-public/ ... 8530673995
From my email box...

Posted: 03 Aug 2013, 17:31
by Muirium
Oh noes! Matt3o's hacked my Deskthority!
deskthority • mechanical keyboard forum.jpg
deskthority • mechanical keyboard forum.jpg (531.42 KiB) Viewed 6604 times
This is not reproduceable on Chrome or Safari on my iPad. Just affects iCab, and only started today, after a crash. But it's too funny not to share!
Image
Is watching!

Posted: 25 Aug 2013, 03:57
by xbb
bhtooefr wrote:That's likely related to JavaScript resizing/loading of images - the browser is satisfied everything is loaded, goes ahead and follows the fragment identifier... and then JavaScript loads the images.
Right, it has been reported before, the browser doesn't know the height of the image until they are loaded so the full page changes its size and it scrolls

Posted: 25 Aug 2013, 04:53
by xbb
ne0phyte wrote:I didn't check, but there is a loading animation displayed while the image loads. I'd think that the images are loaded with javascript (as you scroll?).

The problem with the "moving" pages caused by slow loading pictures is really annoying and I only experience that on Deskthority :o


EDIT:

Code: Select all

<img src="http://deskthority.net/images/spacer.gif" title="Loading..." alt="Loading..." class="reimg-loading">
There's definitely some javascript invoked so there is no chance our browsers could determinte the size of the actual image before it's inserted into the DOM.
All the script does is preloading the image, checking it size (optionally with a php script) and if it's too large a css class is added to the image to force it's size to a smaller one and adds the zoom button...

Pretty sure we can replace all this with simple css (max-width/max-height) and a js check for only adding the zoom button if necessary.

Posted: 29 Aug 2013, 00:22
by pkamb
How about a "Software and Keyboard layouts" forum?

For drivers, keymapping, Dvorak/Colemak, hotkeys, etc.

Posted: 29 Aug 2013, 00:35
by Muirium
Could be a good way to give them somewhere clear to go. I'm always torn between the Workshop and the general Keyboard section. The Workshop is definitely the right place for hardware.

Posted: 29 Aug 2013, 19:42
by pkamb
Yeah, I think the Workshop forum is far too linked to hardware. Software deserves its own forum.

Posted: 30 Aug 2013, 06:18
by fireglow
Maybe for the Workshop, a category (like in the Marketplace) called "Software" would be enough.
But that still leaves no place for the Keyboard Layouts... hm

Posted: 30 Aug 2013, 09:03
by JBert
I would suggest a rename then, it's not as if the Workshop forum is used enough that the software / firmware threads would drown in the noise.

Posted: 07 Sep 2013, 23:02
by Daniel Beardsmore
The Deskthority wiki last post cell on the forum front page has some sort of time zone error. In BST (UTC+0100), the last post time is showing as UTC, i.e. −1 hour. It should be presented in the same time zone as the rest of the site.

Posted: 12 Sep 2013, 01:44
by Daniel Beardsmore
Also, we need a supersession plugin. See, necroposting is bad, but leaving a topic with blatantly false information is also bad. It would be nice to secretly mark a topic as "Obsolete; please see topic X" for updated information — the topic won't be bumped, but anyone visiting it would be greeted with a notice not to believe what's written there. No necros, no people confused by incorrect information, everyone happy.

Unless people think it's OK to necropost a topic?

Posted: 12 Sep 2013, 06:20
by kbdfr
Daniel Beardsmore wrote:[…] It would be nice to secretly mark a topic as "Obsolete; please see topic X" for updated information […]
Unless people think it's OK to necropost a topic?
If someone thinks a topic contains "blatantly false information", I do prefer them to necrobump it with a posting saying just that rather than secretly mark it. A posting at least gives everyone the chance to raise any objections, and anyway this is an open forum where we discuss matters and no one should be able to secretly decide what is right or wrong.

Posted: 12 Sep 2013, 09:41
by Daniel Beardsmore
I was thinking (but forgot to mention) that this would be for topic owners. In this instance, I realised that the topic I wanted to follow up on was only a month or so old, so that wasn't too bad (I just re-used the same topic), but sometimes I have new information that follows on from, or even even directly contradicts, a topic that might be six months or a year old, and I don't want to fall foul of the anti-necro crowd, nor do I especially want the topic to raise to the top of the list — I'd rather leave a note behind that anyone who digs up the old topic, will know where to find corrected information. (For example, there may already be a new topic.)

Posted: 12 Sep 2013, 10:03
by Halvar
It's a good deed to add a posting like that to an old thread, and anti-necro folks who object to that can safely be ignored IMO. Even more so if you start the new posting with something like "This is an old thread, but ..." to make it perfectly clear that it was done on purpose.

And anyone should do that IMO, not only the topic owner.