• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

[bug] yellow bulb already goes off when only the firstnext unread topic is read

 
Ranch Hand
Posts: 2458
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Imagine a subforum with more than 2 new topics.
When I read the newest of the new topics and navigate back to the forum index, the yellow bulb goes off (incorrect).
When I don't read the newest of the new topics but one of the older ones and navigate back to the forum index, the yellow bulb still stays (correct).

It look like that the bulb only intercepts on the first topic of the listing instead of all the topics. That doesn't seem right. I would expect that the bulb stays still on when at least one unread topic is present in the subforum.
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Interesting! You're right, I can confirm this. The lightbulb seems to mean "You haven't read the newest post in the topic I'm showing on the front page for this forum."

I'll have a look into how it's implemented, and see if it's feasible to do it the "right" way.
 
author
Posts: 3285
13
Mac OS X Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I notice this behaviour as well.
 
author
Posts: 23956
142
jQuery Eclipse IDE Firefox Browser VI Editor C++ Chrome Java Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

IMO, it is also debatable on what the "right" way should be... Should it be that every post must be read? Should it be that ever post on the first page should be read? Should it be that the user loaded the page, and may have decided that none of the topics look interesting.

Henry
 
Bauke Scholtz
Ranch Hand
Posts: 2458
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, if I read the first topic, navigate back to index, notice that the bulb is off and navigate to forum again then I still see topics with active bulbs.

This is simply not intuitive. It is confusing and misleading towards the user. If you're not interested in the topics and want to get that bulb off, you just click 'mark topics read' link in top of the listing. That's also how an average forum on the Internet behaves.
 
Henry Wong
author
Posts: 23956
142
jQuery Eclipse IDE Firefox Browser VI Editor C++ Chrome Java Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

This is simply not intuitive. It is confusing ...



Intuition is subjective. IMO, I find it confusing that I have to "mark all read" when I don't feel like answering anymore. The purpose of the icon is to inform me that new topics has appeared since the last time I was in the forum. Just because I didn't answer all the topics, or "marked all read" doesn't mean I wasn't in the forum.


BTW, I don't have a strong opinion here. This is more like playing devil's advocate -- but hopefully, you get the point.

Henry
 
Bauke Scholtz
Ranch Hand
Posts: 2458
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Fine. I was just talking from webdeveloper's perspective. I keep the experience of an average end user in the mind. You're apparently not an average end user :)
 
author and jackaroo
Posts: 12200
280
Mac IntelliJ IDE Firefox Browser Oracle C++ Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Bauke Scholtz wrote:Fine. I was just talking from webdeveloper's perspective. I keep the experience of an average end user in the mind. You're apparently not an average end user :)


No offense, but I think it might be more accurate to say that you do not find Henry's use case fits your standard use case. I think that since this is a site frequented by software developers, it would not surprise me if most of the visitors were not average end users. :)

Now whether anyone wants Henry's alternate use case is a different subject. It is something I could see a use for.

Just brainstorming on both options because I can, not because I want or expect it to happen....

We could have two icons - yellow bulbs indicating that a topic has been posted to since last time I visited the forum, closed envelopes indicating a topic that has not been read since the last post. Combine the concept - closed and open envelopes that are either white or yellow.

Alternatively, solid line at the point where I last visited the forum, with yellow bulbs indicating what has not been read.

Regards, Andrew
 
Marshal
Posts: 28295
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have to say that since we got the new forum software, I'm always a bit surprised when I sign on and see almost all the lights off next to almost all the forums. Surely I haven't looked at all those forums, I think to myself. Which I haven't.

So what do I expect to happen? Not sure. I don't really care for the way the Sun forums work, where the flag is displayed if there's even one thread in the forum which you haven't looked at. I clicked "Mark All As Read" there once and it took five minutes to do that, so now I don't bother. So the flags there are useless to me.

But it seems to me that if I sign on in the morning, let's say, then most of the lights are on. I might look at a few forums but I don't look at all 50 (or whatever number we have). Then I go off and do something else (like work). When I come back, most of the lights are off. Even next to forums which I didn't look at in the previous session. At least I'm pretty sure that's the way it's working. That doesn't seem right to me.

However I do frequently click on the "Recent Topics" link, and that displays links to posts in forums which I haven't gone into and hardly ever go into. Does that cause the lights next to those forums to go out for me? No, I haven't done the experiments. And after typing all this, I find I don't have a good idea of what I expect those lights to be telling me, or even what I would like them to tell me. I guess I would like a forum's light to stay on if I don't look at any posts in that forum, and especially if I don't even go into it, but beyond that I don't really know what I would like.
 
Paul Clapham
Marshal
Posts: 28295
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Okay... I just did the experiment. My JSF light was on, and when I looked at Recent Topics there was a JSF post there. I didn't look at that post, but went back to the Forums page, and the JSF light was still on. When I went to Recent Topics again and looked at that JSF post, that made the light go off.
 
These are not the droids you are looking for. Perhaps I can interest you in a tiny ad?
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic