enjalot / enjalot/blockbuilder

when entering side by side mode, the text editor width should be wider

Open
#135 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
JavaScript
Stars
332
Forks
59
PR merge metrics
No merged PRs in 30d

Description

[`http://blockbuilder.org/rveciana/f0a8ec08d0b63d0cdc6985cc37468b9a#mode=sidebyside`](http://blockbuilder.org/rveciana/f0a8ec08d0b63d0cdc6985cc37468b9a#mode=sidebyside)

specifically, something like

``` javascript
let textEditorWidth = windowWidth - toolbarWidth - chartWidth - borderLineWidth - scrollBarWidth
```

current state, with wide gap between chart area and text editor:
![screen shot 2016-04-14 at 10 02 29 am](https://cloud.githubusercontent.com/assets/2119400/14536742/ca3eb2aa-0228-11e6-81c8-deae858cef6e.png)

Contributor guide

No contributing guide indexed for this repository

Research direction

Open the linked blockbuilder example in side-by-side mode and inspect the frontend layout code responsible for the toolbar, chart area, and text editor. Verify the width calculation against the available window space; done means the editor uses the freed space without the current wide gap while the chart and toolbar remain visible.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend, web-dev
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.