I've only played with it a little bit, but nothing happens when you hit the quote apostrophes on another's post.
quote:To clarify...do you mean just the new Windows 10 browser, Edge? Do other browsers like Chrome and Firefox work on Windows 10?
I've only played with it a little bit, but nothing happens when you hit the quote apostrophes on another's post.
quote:
The Edge browser doesn't like posting on Texags.
Everything else works great in that browser.
quote:
#forums a.postAction{display:block;height:18px}
#forums .postAction{cursor:pointer;float:left}
quote:
#forums .postQuote{background:#efefef}
.postQuote{background:url("http://pmtexags.edgesuite.net/web/themes/svg/quote-small-grey-b.svg") no-repeat left 2px;width:14px;margin-right:11px}
#forums .vanillaPost .postActions a.postQuote{background:url("http://pmtexags.edgesuite.net/web/themes/svg/quote-small-grey-d.svg") no-repeat left 2px}
#forums .postActions a.postQuote:hover{background:url("http://pmtexags.edgesuite.net/web/themes/svg/quote-small-grey-b.svg") no-repeat left 2px}
#forums .postReply{background:#efefef}
#forums .postActions a.postReply{background:url("http://pmtexags.edgesuite.net/web/themes/svg/reply-small-grey-b.svg") no-repeat left 2px;width:15px;margin-right:11px}
#forums .vanillaPost .postActions a.postReply{background:url("http://pmtexags.edgesuite.net/web/themes/svg/reply-small-grey-d.svg") no-repeat left 2px}
#forums .postActions a.postReply:hover{background:url("http://pmtexags.edgesuite.net/web/themes/svg/reply-small-grey-b.svg") no-repeat left 2px}
#forums .postEdit{}
#forums .postControls a.postEdit{background:url("http://pmtexags.edgesuite.net/web/themes/svg/pencil-small-grey-b.svg") no-repeat left top;width:16px}
#forums .vanillaPost .postControls a.postEdit{background:url("http://pmtexags.edgesuite.net/web/themes/svg/pencil-small-grey-d.svg") no-repeat left top}
#forums .postControls a.postEdit:hover{background:url("http://pmtexags.edgesuite.net/web/themes/svg/pencil-small-grey-b.svg") no-repeat left top}
quote:Testquote:
The Edge browser doesn't like posting on Texags.
Everything else works great in that browser.
K. Just wanted to clarify that Chrome and Firefox do work just fine in Windows10, I've tested both.
Trying out the Edge browser, a spinning blue circle when you hit the quote button, and it basically disables the cursor completely since you cannot click on anything else within the page until you refresh.
Some quick-and-dirty debugging. I can pin the problem to any element in the postAction class with the data-action attribute. Any of those elements replicates the error. So in addition to what OP is saying with quoting posts, it also happens with the Post-Reply and Post-Edit post button.
The BlueStar button works fine. It is in the postAction class but has no data-action attribute.
The SkipToBeginning, PreviousPage, NextPage, and SkipToEnd buttons work fine. They have the data-action attribute and are not in the postAction class.
The postAction class CSS:
quote:
#forums a.postAction{display:block;height:18px}
#forums .postAction{cursor:pointer;float:left}
...which looks fine. So, there are three instances where we can invoke the bug: quote, reply, edit. In addition to all being in the postAction class, they are also individually parts of the postQuote, postReply, and postEdit classes, respectively. The CSS for those:
quote:
#forums .postQuote{background:#efefef}
.postQuote{background:url("http://pmtexags.edgesuite.net/web/themes/svg/quote-small-grey-b.svg") no-repeat left 2px;width:14px;margin-right:11px}
#forums .vanillaPost .postActions a.postQuote{background:url("http://pmtexags.edgesuite.net/web/themes/svg/quote-small-grey-d.svg") no-repeat left 2px}
#forums .postActions a.postQuote:hover{background:url("http://pmtexags.edgesuite.net/web/themes/svg/quote-small-grey-b.svg") no-repeat left 2px}
#forums .postReply{background:#efefef}
#forums .postActions a.postReply{background:url("http://pmtexags.edgesuite.net/web/themes/svg/reply-small-grey-b.svg") no-repeat left 2px;width:15px;margin-right:11px}
#forums .vanillaPost .postActions a.postReply{background:url("http://pmtexags.edgesuite.net/web/themes/svg/reply-small-grey-d.svg") no-repeat left 2px}
#forums .postActions a.postReply:hover{background:url("http://pmtexags.edgesuite.net/web/themes/svg/reply-small-grey-b.svg") no-repeat left 2px}
#forums .postEdit{}
#forums .postControls a.postEdit{background:url("http://pmtexags.edgesuite.net/web/themes/svg/pencil-small-grey-b.svg") no-repeat left top;width:16px}
#forums .vanillaPost .postControls a.postEdit{background:url("http://pmtexags.edgesuite.net/web/themes/svg/pencil-small-grey-d.svg") no-repeat left top}
#forums .postControls a.postEdit:hover{background:url("http://pmtexags.edgesuite.net/web/themes/svg/pencil-small-grey-b.svg") no-repeat left top}
Maybe I'm overlooking something but again, looks fine. All those properties they have also look to be properties of classes on working buttons so ruling CSS errors out.
I don't see any references to postAction or data-action (or, for the matter, postQuote, postReply, or postEdit) in the javascript/jquery so I guess that means that couldn't be causing the error. Did some googling for existence of known bugs in Edge involving data-action and turned up nothin, therefore, I got nothinIf its truly a bug in Edge and not a texags issue, I don't know where to keep looking. This is where the people who get paid to do this take over.
quote:nope
but the back button works now!
quote:That's weird. It starting working on my work computer (Internet Explorer) and my home PC (Edge) the same day. Been working since.quote:nope
but the back button works now!
quote:quote:nope
but the back button works now!