klen / klen/django_markdown

Editor icons not showing on windows

Open
#65 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
389
Forks
140
PR merge metrics
No merged PRs in 30d

Description

The icons from the editor toolbar are not visible if the server is running on Windows. This can be fixed by replacing calls to `os.path.join` by `posixpath.join` in `widgets.py`
##

---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/32173688-editor-icons-not-showing-on-windows?utm_campaign=plugin&utm_content=tracker%2F332251&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F332251&utm_medium=issues&utm_source=github).

Contributor guide

No contributing guide indexed for this repository

Research direction

Open widgets.py and inspect the os.path.join calls that build the editor icon paths. Replace them with posixpath.join as described, then verify that the editor toolbar icons are visible when the server runs on Windows.

Written by the indexing model from the issue text.

Assessment

Tech stack
django, python
Domain
backend
Issue type
Bug
Difficulty
1/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
58/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.