-
### Description
Whenever we use `String.prototype.split` with literals like so:
```js
string.split('/')[0]
// or
string.split('/')[1]
// or
string.split('/')[2]
```
We benefit by limiti…
-
### Steps to reproduce
1. Click on a permalink (e.g. from a search result)
2. Get teleported somewhere 2-3 pages above the actual search result
3. Have to scroll down and find it.
This has been …
ara4n updated
5 months ago
-
Hi,
This issue only applies to the desktop version, but the issue tracker is disabled on that repo so I asssume this tracker should be used.
I would suggest switching from electron to [tauri](http…
-
### Steps to reproduce
@benparsons reports that he added a room to a space before upgrading the room. Because he happens to be in the old version of the room as well as the new one, Element shows t…
-
We've discussed that HTML input elements might want to be a document type of their own, distinct from just HTML elements.
******
The HTML [``](https://developer.mozilla.org/en-US/docs/Web/HTML/E…
-
### Summary
When I enter a page with a URL fragment, the content of the page is not automatically scrolled to the identified element.
### URL
https://developer.mozilla.org/en-US/docs/Web/HTML/Eleme…
-
### Steps to reproduce
1. In a room with three pinned messages
2. I click the "N of 3 Pinned messages" area at top of timeline
### Outcome
#### What did you expect?
I expected to cycle thro…
-
On Android/iOS user can ‘go back’ from the chat view to close it, on Web/Desktop there seems to be no obvious way[1](#fn1).
The reason user might want to do this is to avoid ‘reading’ new messages …
-
For a deployment of a SpringBoot packaged app, with liberty-maven-plugin config:
```xml
io.openliberty.tools
liberty-maven-plugin
3.10
spri…
-
### What information needs to be added?
https://docs.flutter.dev/platform-integration/web/embedding-flutter-web exists, but it's not clear in the docs that it's spiritually the same concept as add-…