# Weird glitch whilst editing and including \`\[details\]\` elements

**URL:** https://meta.discourse.org/t/weird-glitch-whilst-editing-and-including-details-elements/25672
**Category:** Bug
**Created:** [February 25, 2015, 1:50pm UTC](https://meta.discourse.org/t/weird-glitch-whilst-editing-and-including-details-elements/25672 "2015-02-25T13:50:04Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![DeanMarkTaylor](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/deanmarktaylor/32/102462_2.png) [@DeanMarkTaylor](https://meta.discourse.org/u/DeanMarkTaylor)
#### Post date: [February 25, 2015, 1:50pm UTC](https://meta.discourse.org/t/weird-glitch-whilst-editing-and-including-details-elements/25672/1 "2015-02-25T13:50:04Z")

</div>

![](https://global.discourse-cdn.com/meta/original/3X/f/3/f35cbd614cbb07046f394fb19fcf9868125b4cb9.gif)

Are the arrows fixed position or something?

EDIT: Here is the text I was editing at the time:

```
####Initial Random Backfill
[details=Executed in ~64.5ms]
<img src="//cdck-file-uploads-global.s3.dualstack.us-west-2.amazonaws.com/meta/original/3X/f/6/f6c48125485a771c6649092e15683c5189944813.png" width="690" height="219"> 
[/details]

####Random Selection
[details=Executed in ~6.2ms]
<img src="//cdck-file-uploads-global.s3.dualstack.us-west-2.amazonaws.com/meta/original/3X/8/7/87f95ccac1e27c3ffcda6fb488168efbc9bb4b8a.png" width="690" height="410"> 
[/details]

####In-category `ORDER BY topics.bumped_at`
This
[details=Executed in ~112ms]
<img src="//cdck-file-uploads-global.s3.dualstack.us-west-2.amazonaws.com/meta/original/3X/5/f/5f56af13568d1061d2d1c4b73dd20977b21a8030.png" width="690" height="236"> 
[/details]

```

EDIT 2: the actual raw of the post uses `[details]` tags and something is incorrectly modifying them to `<details>` - see: [https://meta.discourse.org/raw/25672](https://meta.discourse.org/raw/25672)

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [February 25, 2015, 2:15pm UTC](https://meta.discourse.org/t/weird-glitch-whilst-editing-and-including-details-elements/25672/2 "2015-02-25T14:15:51Z")

</div>

Thanks for reporting that. I just pushed a fix 🐪

[https://github.com/discourse/discourse-details/commit/8c6e02df0e805d6903c509633223974f575c02f0](https://github.com/discourse/discourse-details/commit/8c6e02df0e805d6903c509633223974f575c02f0)

* * *

> [@DeanMarkTaylor](#):
>
> EDIT 2: the actual raw of the post uses [details] tags and something is incorrectly modifying them to \<details\> - see: [https://meta.discourse.org/raw/25672](https://meta.discourse.org/raw/25672)

Yeah, that’s _unfortunately_ our [only option](https://github.com/discourse/discourse-details/blob/master/assets/javascripts/details_dialect.js#L2-L9) to support nested BBCode tags…

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [February 25, 2015, 2:16pm UTC](https://meta.discourse.org/t/weird-glitch-whilst-editing-and-including-details-elements/25672/3 "2015-02-25T14:16:17Z")

</div>


