UX: 항목 클릭으로 일괄 선택 가능

I’m a user of a Discourse based forum, not someone who “runs” a forum. I did notice a change one or two days ago regarding bulk select and when I reported it on that forum I was pointed to https://github.com/discourse/discourse/pull/36102.

I usually spend a lot of time on this specific forum (you can say an unhealthy long time) and below is my workflow when I visit the forum first time in the day.

  1. Attend to notifications (right top user icon).
  2. Attend to unread topics.
    • Possibly read some.
    • Dismiss the remaining ones (without bulk select).
  3. Attend to new topics.
    • Possibly read the first few ones.
    • Start bulk select.
    • Select a number of topics.
    • While selecting I might encounter one that I want to read so I click it.
      • As far as I remember I could read a non-selected topic while in bulk select mode in the past.
      • If I dismiss the selected items and next I want to read one of the remaining items I first have to get out of bulk select mode.

So for me this change is definitely not an improvement.

I also don’t buy the motivation “you had to exactly click on the checkbox to select a topic row”. But I don’t do bulk selects on mobiles; on a mobile I actually stay far away from any actions that I can do as a TL4 user that I consider “dangerous” like merging and usually also moving topics.

  1. I’m curious why somebody thought that this was an improvement?
  2. Is this setting configurable? So an admin can change it if desired.

Notes:
I did search the UX category for bulk select but did I was not able to find a recent one covering this topic.

2개의 좋아요

Thanks for the feedback!

This was the motivation behind change! sometimes while bulk selecting someone could misclick the title instead of the checkbox and lose their bulk-selection work.

The initial idea was to remember bulk selected topics so they’d still be there on return… but this lead to full-row selection as a method of avoiding the issue. Other apps also do this, though it may more often be a mobile-specific behavior.

So that’s the why

It isn’t currently… but if we receive more feedback around this change we could do something like that or possibly diverge the behavior based on screen size.

5개의 좋아요

저도 매일 이 문제를 겪고 있습니다. 데스크톱에서 주제 제목이 더 이상 클릭 불가능해져서, 대량 선택을 하면서 동시에 일부 주제를 읽을 수 없게 되었습니다.

링크 대상 외부 영역을 클릭/탭할 때만 행이 선택되도록 하는 것이 해결책이 될 수 있을까요? @j.jaffeux

1개의 좋아요

대량 선택 중 같은 탭에서 탐색할 수 없다는 점은 분명하지 않나요? 그렇다면 (cmd/ctrl) 클릭과 마우스 가운데 버튼을 눌러 새 탭에서 열 수 있게 한다면 어떨까요?

제 생각에는 이렇게 하면 다시 원점으로 돌아가게 될 것입니다:

1개의 좋아요

맞아요, 제 사용 환경에서는 99%가 Cmd + 클릭입니다. 그렇게 하면 대부분의 불편함을 크게 줄일 수 있겠죠.

<ctrl>클릭으로 선택하고, <click>으로 읽는 방식이 제게는 더 잘 작동할 것입니다. 선택 상태가 나중에 복원된다면 정말 좋겠습니다.

생각해 보면: 모바일 폰을 사용하는 사용자에게 <ctrl>클릭이 얼마나 쉬울까요?

현재 이는 작동하지 않고 CTRL+클릭이 무시되지만, 여전히 마우스 오른쪽 버튼을 클릭하여 ‘새 탭에서 링크 열기’ 옵션을 사용할 수 있습니다. 익숙하지 않을 수 있지만 꽤 쉽습니다.

아마 모바일에서는 길게 누르는 동작이 필요할 것입니다.

음… 하지만 모바일에서는 브라우저의 우클릭 동작이 활성화될 수 있습니다.

적응된 "워크플로우"를 사용하면서 이에 대해 조금 생각해 보았습니다.
새로운 또는 읽지 않은 항목이 20개 있다고 가정해 봅시다. 제가 현재 수행하는 작업은 다음과 같습니다.

  1. “선택 모드 활성화”
  2. 확실히 삭제하고 싶은 항목을 선택
  3. 해당 항목 삭제
  4. “선택 모드 비활성화”
  5. 몇 가지 항목 읽기
  6. (1) 단계로 돌아가기

이 "워크플로우"에서 (남들에게는 아닐 수 있지만) 제게는 4단계가 자동으로 처리되어 “삭제” 후 "선택 모드"가 다시 비활성화되면 매우 유용할 것입니다.

이와 관련하여 이미 개발이 진행 중인지 알 수 없으며, 만약 그렇다면 범위 침범(scope creep)에 대해 사과드립니다.

이 문제를 해결하는 PR을 UX: Improve meta+click and meta+Enter events for topic list - Pull Request #37281 - discourse/discourse - GitHub 에 병합했습니다.

제 워크플로우 문제(그리고 다른 사용자들의 문제도)를 해결해주기를 바랍니다. 이 PR은 메타+Enter 키를 사용해 새 탭/창에서 주제를 열 수 있도록 하는 기능도 추가했는데, 사용자가 일괄 선택 모드에 있는지 여부와 관계없이 도움이 될 것입니다.

1개의 좋아요