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 Mar 2, 2018. It is now read-only.
As you can see, sequence diagram and robustness diagram have different behaviors. The former one didn't take account of shadows when calculating width.
Case 3 - Problem with custom styling
Code:
@found"Browser", ->@alt {
"[200]":->@message"GET href resources", "HTTP Server""[301]":->@ref"GET the moved page""[404]":->@ref"show NOT FOUND"
}
@find(".ref").css(width:256, "padding-bottom":4)
.find(".tag").cssfloat:"left"get_the_moved_page.css"background-color":"#80c080"show_not_found.css"background-color":"#f0b0b0"
No padding:
It looks like that the size is calculated before custom styling is done.
The text was updated successfully, but these errors were encountered:
Hello, thanks for your report and I'm very very sorry for late reply. I've not realized this ticket so far.
I've seen some of these issues and I'd like to fix them, but unfortunately I don't have a time to improve because I'm busy on my daily biz... It would be thankful for me if you are waiting for fix patiently.
Test Setup
Bugs described in this issue are usually hard to notice. I stumped upon them when using style:
All tests are done in Chrome 33
Case 1 - Problem with padding
This happens with robustness diagram.
Code:
Result when padding: 10px
The behavior is inconsistent in different cases:
Case 2 - Problem with shadows
No padding:
As you can see, sequence diagram and robustness diagram have different behaviors. The former one didn't take account of shadows when calculating width.
Case 3 - Problem with custom styling
Code:
No padding:
It looks like that the size is calculated before custom styling is done.
The text was updated successfully, but these errors were encountered: