I thought I used to be able to hover over a thread topic title/link and see a partial preview of the text, but that seems to be gone now. Was that on purpose? Am I hallucinating? :-D
It's a forum feature. A hover triggers a network request. So for Erel's picture above, this is what the server returns.
JSON:
{
"status": "ok",
"html": {
"content": "<div class=\"tooltip-content-inner\">\n\t<div class=\"bbWrapper\">I thought I used to be able to hover over a thread topic title/link and see a partial preview of the text, but that seems to be gone now. Was that on purpose? Am I hallucinating? :-D</div>\n\t<span class=\"tooltip-content-cover\"></span>\n</div>"
}
}
It's back to normal behavior. The reason it was messing up was because of a plugin I recently started using for the B4X pages called "Widescreen Browsing." I use a wide monitor and my browser window is stretched almost full horizontally, but I'd rather certain pages not be so wide. This plugin is supposed to just make the page narrow while keeping the browser window wide. However, it seems it messed with the preview pop-ups! Oh, well!