Moderator: TopStyle Support


JoeB wrote:When i (..) enable sync preview with editor position, no matter where i click in the editor, the preview doesn't move.

JoeB wrote:Ctrl+clicking this:
<span class="navy arrow arrow-navy">
Confuses the editor. It jumps to a random position. It should separate the different classes used (navy, arrow, arrow-navy), and underline/jump to the one clicked, not allow all of them to be clicked at the same time.
<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
.navy {
}
.arrow {
}
.arrow-navy {
}
</style>
</head>
<body>
<p class="navy arrow arrow-navy"></p>
</body>
</html>

JoeB wrote:Is there a way to set the program to always use IE8 as the previewer?



SteelToad wrote:Using Chrome as the internal preview browser, changes to CSS are not reflected, using IE or another browser they are reflected


Betina wrote:the standard Chrome preview doesn't reflect chances to the CSS file, like the IE preview does.
SteelToad wrote:Using Chrome as the internal preview browser, changes to CSS are not reflected, using IE or another browser they are reflected.


SteelToad wrote:With TS5 set to chrome as internal preview, simple html file with table, simple css file to define cell padding, css and html files open
SteelToad wrote:on css tab change padding, switch to html tab = preview not updated
SteelToad wrote:on css tab change padding, switch to html tab, save-all = preview not updated

JoeB wrote:Why is the CSS selectors panel not showing the applied class when i select a element in the html file?
JoeB wrote:I would have thought this panel would jump to the correct CSS for the selected html element; instead i have to ctrl+click on the class.
This makes it hard to quickly see what CSS styles apply to an element.

This makes sense because the CSS doc on drive has not been saved (yet). The HTML doc is linked to the CSS doc on drive (not the CSS doc in memory).

Out of curiosity, why aren't you running the HTML doc as a "Preview File" for the CSS doc? This prevents you from switching between the CSS tab and the HTML tab all the time.

Return to TopStyle Bug Reports
Users browsing this forum: No registered users and 1 guest