- Status:
- Discarded
- Change Summary:
-
Looks like my changes got rolled into this one, so I'm discarding this one
[WIP] Allowing the Comment Dialog to be Embeddable
Review Request #10341 — Created Dec. 3, 2018 and updated
Currently the entirety of the Comment Dialog lives inside of
RB.CommentDialogView
. This patch will extract the internals of the
dialog, such as the text area and UI for checkboxes, and place them
inside ofRB.CommentPaneView
.So far I have rendered a new view inside of the original
RB.CommentDialogView
file,CommentPaneView
, in order to get
comfortable with Backbone Views. I plan on filling out this new view
entirely before moving the Backbone view inside of a new file.
Description | From | Last Updated |
---|---|---|
You have some trailing whitespace here |
bolariinwa | |
Col: 7 'CommentPaneView' was used before it was defined. |
reviewbot | |
Col: 37 Missing semicolon. |
reviewbot | |
Trailing whitespace |
bolariinwa | |
Trailing whitespace |
bolariinwa | |
trailing whitespace |
bolariinwa | |
trailing whitespace |
bolariinwa | |
trailing whitespace |
bolariinwa | |
trailing whitespace |
bolariinwa | |
trailing whitespace |
bolariinwa | |
Col: 40 Missing semicolon. |
reviewbot | |
Col: 70 Missing semicolon. |
reviewbot | |
Col: 15 'userSession' is defined but never used. |
reviewbot | |
Col: 15 'reviewRequest' is defined but never used. |
reviewbot | |
Col: 15 'reviewRequestEditor' is defined but never used. |
reviewbot | |
Col: 40 Missing semicolon. |
reviewbot | |
Col: 47 Missing semicolon. |
reviewbot | |
Col: 37 Missing semicolon. |
reviewbot | |
Col: 56 Missing semicolon. |
reviewbot | |
Col: 66 Missing semicolon. |
reviewbot | |
Col: 55 Missing semicolon. |
reviewbot | |
Col: 43 Missing semicolon. |
reviewbot | |
Col: 45 Missing semicolon. |
reviewbot | |
Col: 33 Missing semicolon. |
reviewbot | |
Col: 40 Missing semicolon. |
reviewbot | |
Col: 47 Missing semicolon. |
reviewbot | |
Col: 37 Missing semicolon. |
reviewbot | |
Col: 43 Missing semicolon. |
reviewbot | |
Col: 33 Missing semicolon. |
reviewbot | |
Col: 37 Missing semicolon. |
reviewbot |
- Status:
- Re-opened
- Summary:
-
[WIP] Docking the Comment Dialog when scrolling[WIP] Allowing the Comment Dialog to be Embeddable
- Description:
-
~ Added current progress on keeping the commentDialog fixed to the page
~ Currently the entirety of the Comment Dialog lives inside of
+ RB.CommentDialogView
. This patch will extract the internals of the+ dialog, such as the text area and UI for checkboxes, and place them + inside of RB.CommentPaneView
.~ ~ ~ Trying out Mike's fix for my issue, but it doesnt seem to solve my problem
~ ~ So far I have rendered a new view inside of the original
~ RB.CommentDialogView
file,CommentPaneView
, in order to get~ comfortable with Backbone Views. I plan on filling out this new view ~ entirely before moving the Backbone view inside of a new file. - - - Mikes Fix did it, I think theres still a slight bug but I will look into tommorrow
- - - - Added a fix to keep the comment dialog contained on the page, otherwise it would break, Also added a pixel offset that would happend when the mouse is clicked
- - - - I've contained the comment dialog to the page, and I have fixed bugs that were happening because wouldn't detect
- - - - Commented the functions that I added to the file
- - - - Edited the previous Comments
- - - - Updated the less file in order to get rid of the 8px top-margin
- - - - Addressing some of Barrets comments
- - - - Addressing some of Barret's comments
- - - - Got rid of some semicolons pointed out by reviewbot
- - - - Creating the New Comment Pane view inside of the original Comment Dialog View file
- Change Summary:
-
Added the TextEditor to the Pane I am implementing
- Commit:
-
c0b676e9d41c338c31a471c5a471bbceeb6a16ac
- Change Summary:
-
Moved the Pane inside of a new file
- Commit:
-
c0b676e9d41c338c31a471c5a471bbceeb6a16acaa58773b80c7a8388bc0f4bcd4433674628f9ba5