You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Without quitting Atom, close the file and rename to anything with spaces
Drag the renamed file into Atom
Toggle Markdown Preview
Close the file
Atom: 1.19.0 x64 Electron: 1.6.9 OS: Mac OS X 10.12.6 Thrown From: tabs package 0.106.2
Stack Trace
Uncaught TypeError: Cannot read property 'replaceChild' of null
At /Applications/Atom.app/Contents/Resources/app/src/pane-axis.js:232
TypeError: Cannot read property 'replaceChild' of null
at PaneAxis.module.exports.PaneAxis.reparentLastChild (/Applications/Atom.app/Contents/Resources/app/src/pane-axis.js:232:24)
at PaneAxis.module.exports.PaneAxis.removeChild (/Applications/Atom.app/Contents/Resources/app/src/pane-axis.js:197:27)
at /Applications/Atom.app/Contents/Resources/app/src/pane-axis.js:240:30
at Function.module.exports.Emitter.simpleDispatch (/Applications/Atom.app/Contents/Resources/app/node_modules/event-kit/lib/emitter.js:25:20)
at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app/node_modules/event-kit/lib/emitter.js:141:34)
at Pane.module.exports.Pane.destroy (/Applications/Atom.app/Contents/Resources/app/src/pane.js:931:28)
at Pane.module.exports.Pane.removeItem (/Applications/Atom.app/Contents/Resources/app/src/pane.js:650:27)
at Pane.module.exports.Pane.destroyItem (/Applications/Atom.app/Contents/Resources/app/src/pane.js:706:22)
at TabBarView.module.exports.TabBarView.closeTab (/Applications/Atom.app/Contents/Resources/app/node_modules/tabs/lib/tab-bar-view.js:340:32)
at HTMLDivElement.TabView.didClickCloseIcon (/Applications/Atom.app/Contents/Resources/app/node_modules/tabs/lib/tab-bar-view.js:228:25)
To clarify step 2, I kept Atom open but closed the file, then I renamed the file from ReadMe.md to something like Read Me First.md and that's basically what step 2 means.
After that I dragged the renamed file to Atom to reopen it. Then I toggled Markdown Preview, nothing happened(preview did not show up). Finally I closed the file again and the error message showed up. Note that after the renamed file has been closed, Atom's title bar showed the filename before it was renamed.
Unfortunately like you said, even I could not reliably reproduce the issue with these steps myself. (Maybe I should not have treated these steps as "steps to reproduce", but "steps that originally caused the issue" rather)
[Enter steps to reproduce:]
Atom: 1.19.0 x64
Electron: 1.6.9
OS: Mac OS X 10.12.6
Thrown From: tabs package 0.106.2
Stack Trace
Uncaught TypeError: Cannot read property 'replaceChild' of null
Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: