Welcome to Codidact Meta!
Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.
Activity for trichoplax
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #287619 | Initial revision | — | almost 2 years ago |
Question | — |
Cannot add tags during tour During the tour, the user is asked to add tags to their new question. The tags (either the suggested ones or other words) are not recognised, instead displaying "The results could not be loaded": Tags box showing "The results could not be loaded" This prevents entering any tags (pressing Enter ... (more) |
— | almost 2 years ago |
Comment | Post #287466 |
(So the only places the bug is a problem are where a panel opens on the same page, rather than the link going to a new page.) (more) |
— | almost 2 years ago |
Comment | Post #287466 |
I think those are unaffected as they link to a new page (they are standard links, rather than being links overridden by JavaScript to behave like buttons). The bug is in the JavaScript, so a link that works without JavaScript (just using the default HTML behaviour for a link) is unaffected. (more) |
— | almost 2 years ago |
Comment | Post #287466 |
The mod menu that Canina saw the problem with was a different mod menu that does have an icon. It seems consistent with the explanation that only the mod menu with an icon has the problem. (more) |
— | almost 2 years ago |
Comment | Post #287466 |
For a button with only text, the HTML looks something like this:
```html
<a> // The <a> element corresponds to the whole "button"
Text // The text inside the <a> element does not have an additional <i> element
</a>
```
Clicking on the text counts as clicking on the `<a>` elemen... (more) |
— | almost 2 years ago |
Comment | Post #287466 |
For a button with an icon, the HTML looks something like this (simplified for illustration):
```html
<a> // The <a> element corresponds to the whole "button"
<i> // The <i> element inside the <a> element corresponds to the icon image
</i>
</a>
```
Clicking on the icon (th... (more) |
— | almost 2 years ago |
Comment | Post #287466 |
Thanks for explaining, Monica.
As for the mod menu, I don't have access to it, not being a mod here, but [Canina's comment on this same Meta post](https://meta.codidact.com/comments/thread/7015#comment-18876) may give a clue. It sounds like buttons that have an icon have the problem, but buttons t... (more) |
— | almost 2 years ago |
Comment | Post #287618 |
I agree it's not generally a problem now that a panel can be closed by clicking anywhere outside it (not knowing which button opened it is no longer an obstacle to closing it). So even for people who need to zoom in to press a button and then zoom out to view the resulting panel, closing the panel is... (more) |
— | almost 2 years ago |
Comment | Post #287573 |
After some sleep I've had another look and the upper case T is just the avatar of the answerer, and the plain white image is the avatar of the question asker (just happens that their avatar is plain white - not a cropping of mine). The extra image when I'm logged in is my avatar for the top right.
... (more) |
— | about 2 years ago |
Edit | Post #287582 | Initial revision | — | about 2 years ago |
Answer | — |
A: Should post tags go above the post content, rather than below it? Tags should be at the top In addition to the possibility of navigating to the question from somewhere other than the questions list (which means I haven't seen the tags), I'd also find it useful to see the tags at the top of the question when I have navigated from the questions list. I don't necessa... (more) |
— | about 2 years ago |
Edit | Post #287581 | Initial revision | — | about 2 years ago |
Answer | — |
A: A way to edit my suggested edits In addition to the mistakes in edits mentioned in the question, I would also find this functionality useful for times where I want to make a second (unrelated) edit before the first edit has been approved. For example, I may make a quick edit to fix a typo, then later realise there is a wording th... (more) |
— | about 2 years ago |
Edit | Post #287580 | Initial revision | — | about 2 years ago |
Answer | — |
A: Other top bar drop-downs should be closed when another is opened It appears that this has now been fixed by the fix to Clicking outside of notification popup does not close it. (more) |
— | about 2 years ago |
Edit | Post #287579 |
Post edited: Typo |
— | about 2 years ago |
Edit | Post #287579 |
Post edited: Change wording to avoid ambiguity between space and time |
— | about 2 years ago |
Edit | Post #287579 |
Post edited: Be more explicit |
— | about 2 years ago |
Edit | Post #287579 |
Post edited: Avoid overuse of the word "answer" in an answer about answers |
— | about 2 years ago |
Edit | Post #287579 |
Post edited: Wording improvements |
— | about 2 years ago |
Edit | Post #287579 | Initial revision | — | about 2 years ago |
Answer | — |
A: Please build inline editing functionality Editing a question For editing a question, I see no particular advantage to either approach, so my opinion will be motivated by the advantages and disadvantages when editing an answer. Editing an answer When editing an answer, there are 2 aspects that influence my decision on whether to prefer i... (more) |
— | about 2 years ago |
Edit | Post #287379 |
Post edited: Add consistency section |
— | about 2 years ago |
Edit | Post #287573 |
Post edited: Typos |
— | about 2 years ago |
Comment | Post #287573 |
The only other 301 responses only show when I'm logged in, and are images of size 60x60 and 400x400. The 60x60 is my avatar, and the 400x400 is plain white - not sure if it's a cropping of my avatar, which does have a plain white background?
There are 200 response instances of my avatar too, so it... (more) |
— | about 2 years ago |
Comment | Post #287573 |
The message in the padlock icon is vague, only mentioning images, not which ones. I've just had a look in the Network tab of the developer window and it looks like the only requests with a broken padlock symbol are returning a 301.
For example, there's a 301 response for "48.png" but then afterwar... (more) |
— | about 2 years ago |
Edit | Post #287549 |
Post edited: Reverse decision to use "phone" instead of "mobile" |
— | about 2 years ago |
Edit | Post #287578 | Initial revision | — | about 2 years ago |
Question | — |
Ability to revert an edit Would people find it useful to be able to revert an edit from the history? I imagine that reverting the most recent edit would be straightforward to implement, but that reverting an earlier edit would be significantly more challenging to implement. With this in mind, which is there more demand for... (more) |
— | about 2 years ago |
Edit | Post #287573 |
Post edited: Reverse decision to use "phone" instead of "mobile" |
— | about 2 years ago |
Edit | Post #287576 |
Post edited: Link to example of empty search results |
— | about 2 years ago |
Edit | Post #287576 | Initial revision | — | about 2 years ago |
Question | — |
No indication of zero results in tag search When searching the Tags section, a search string that gives no results gives an empty results section, rather than a message saying there were no results. This makes it unclear whether there is a problem with the site, or just zero results: No indication of no results in a tag search This is in... (more) |
— | about 2 years ago |
Edit | Post #287575 | Initial revision | — | about 2 years ago |
Question | — |
Where do meta questions about the Codidact Collab site belong? Should I ask questions about the Codidact Collab site here on Codidact Meta, or over on the Collab site itself? I notice that Collab doesn't have its own Meta section, unlike most Codidact communities. I thought of asking this question on Collab, but I noticed the tag wiki for the `support` tag th... (more) |
— | about 2 years ago |
Edit | Post #287549 |
Post edited: Use internationally recognisable "phone" instead of "mobile" |
— | about 2 years ago |
Edit | Post #287573 |
Post edited: Use "phone" instead of "mobile" consistently for international understanding |
— | about 2 years ago |
Edit | Post #287573 |
Post edited: Link to Collab Codidact mentioned pages |
— | about 2 years ago |
Edit | Post #287573 | Initial revision | — | about 2 years ago |
Question | — |
Collab question pages not fully encrypted The main page of Collab Codidact is encrypted fully and shows a padlock symbol in the URL bar (top of the page on desktop, bottom of the page on mobile) in Firefox: Collab question list page Desktop Desktop Collab question list page with padlock Mobile Mobile Collab question list page with p... (more) |
— | about 2 years ago |
Comment | Post #287549 |
Very strange. I haven't seen that myself, only the dependence on changing width described in the question. That appears to affect any community though, not just Meta, so maybe these two problems are unrelated? (So might be worth raising yours separately.) (more) |
— | about 2 years ago |
Edit | Post #287550 |
Post edited: Break up sentence into bullet points to remove parsing ambiguity |
— | about 2 years ago |
Edit | Post #287550 |
Post edited: Remove unnecessary pluralisation |
— | about 2 years ago |
Edit | Post #287550 | Initial revision | — | about 2 years ago |
Question | — |
Lack of availability of info on hover with touchscreen devices Many aspects of Codidact pages have title text ("tool tip[]()" / "hover text") that gives further detail/explanation when the mouse pointer is hovered over them. This useful information is unavailable on touchscreen devices such as mobile phones and tablets. In those cases where the additional inf... (more) |
— | about 2 years ago |
Edit | Post #287549 | Initial revision | — | about 2 years ago |
Question | — |
Logo becomes tiny in mobile landscape mode and narrow desktop windows Related bug (not sure if the solution will be related): - Logo shrinks from blue notification circle The size of the community logo at the top left of the page changes based on the width of the window. On mobile, with a narrow screen, this gives a large logo that is easily visible on the s... (more) |
— | about 2 years ago |
Edit | Post #287548 | Initial revision | — | about 2 years ago |
Question | — |
The meaning of "follow new" on your own posts Below each post, at the top of the comment section, is a link to "follow new". The title text displayed when hovering over this link says "Follow all new comment threads on this post". It is clear to me what this means for posts other than my own. However, it seems confusing for one of my own post... (more) |
— | about 2 years ago |