Roman Orlov

Results 5 comments of Roman Orlov

With this Ctrl+V in (for example) Outlook mail editor will paste HTML, not code of HTML. Without `e.clipboardData.setData("text/html", str):` ![image](https://user-images.githubusercontent.com/3350070/48515826-e6bf1b80-e872-11e8-8c4e-ea0d8cfcd8f7.png) With `e.clipboardData.setData("text/html", str):`: ![image](https://user-images.githubusercontent.com/3350070/48515987-4c130c80-e873-11e8-9178-240a2e8cfeee.png)

and there is a code: ```js function getSquare(rect) { return rect.width * rect.height; } ``` ```js if ( !se.container && // not the container element (se.element[0].scrollHeight || se.element[0].scrollWidth) ) {...

https://c3js.org/samples/data_order.html there is a great example :) ![image](https://user-images.githubusercontent.com/3350070/44261460-6f9ccb80-a220-11e8-8390-f0fc7abab274.png) ![image](https://user-images.githubusercontent.com/3350070/44261490-84795f00-a220-11e8-96e0-0407664846fc.png) order of data and tooltip are not the same in fact, the problem with `data.order=null` and stacked bars/areas is in order...

This way code looks more readable than in my crude variant. But I found that after defining scope in `.directive` it is unable to make an adaptor in `viewportController.scope`, but...

I also found the very handy method of using full-window scroll: with some block of text before the list. But there is a problem on the way. This is the...