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
As @sizzlemctwizzle mentioned a while back embed the comment editor similar to GH.
This should be done before #601 and #735 e.g. as they are dependent upon this.
Pros:
Older browsers, such as the Sony PS3, some "smart" phone apps, etc. (people do use internet appliances rather than a real machine), don't currently support the popup method. Just like here on GH with the popdown to logout... quite a nuisance for testing.
On portable devices, even new ones, the popup blocks most of the page content especially when an on screen keyboard takes over a large portion of the viewport. Scrolling with touch on a very small area is not pleasant. Desktops usually don't have this issue. This is the most important reason.
* Few minor HTML fixes
* Rewrote client side script to not be in jQuery. Polyfill for older browsers.. applies to OpenUserJS#904
* Reference FAQ and GFM
ClosesOpenUserJS#1197
* Few minor HTML fixes
* Rewrote client side script to not be in jQuery. Polyfill for older browsers.. applies to #904
* Reference FAQ and GFM
Closes#1197
Auto-merge
As @sizzlemctwizzle mentioned a while back embed the comment editor similar to GH.
This should be done before #601 and #735 e.g. as they are dependent upon this.
Pros:
Cons:
The text was updated successfully, but these errors were encountered: