Copy link to clipboard
Copied
I believe I found a bug in Dreamweaver CC. I get an output error when using some CSS markup for 'grid-template-columns' and 'grid-template-rows'. It says that both lines expect a 'RBRACE', however, I've used this code before in other instances and the error doesn't pop up. Is posting this issue to the forums a way to alert the development team? Below is my HTML and CSS.
HTML
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Test Page</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<header>
<nav>
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Events</a>
<a href="#">Contact</a>
</nav>
</header>
<main>
<section id="intro">
<div>Testing</div>
</section>
</main>
</body>
</html>
CSS
@charset "utf-8";
/* CSS Document */
body {
background-color: black;
color: white;
margin: 0 auto;
}
nav {
display: flex;
justify-content: space-around;
background-color: darkred;
}
nav a {
color: white; padding: 10px;
}
#intro {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: repeat(3, 1fr);
height: 90vh; background-color: #202020;
}
#intro div {
grid-column: 1 / 5;
grid-row: 2;
background-color:red;
}
1 Correct answer
Submit bug reports from your Help Menu. This is a user-to-user forum.
I cannot reproduce your issues in CC 2019. This code does not flag any errors or warnings for me. That said, a missing right brace is often caused by an unclosed media query higher up in the document or some other code error. Validate your complete CSS code with this online service.
The W3C CSS Validation Service
...<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>TEST</title>
<meta http-equiv="X-UA-Compatible
Copy link to clipboard
Copied
Copy link to clipboard
Copied
They are still working on it, Paula. I will make sure that I post here as soon as I have that info if the team doesn't beat me to it.
Thank you for the follow up!
Copy link to clipboard
Copied
Thanks Preran,
But why do I have a bad feeling about you saying 'if the team does not beat you to it', (maybe as I got older I got more pessimistic' ).
Copy link to clipboard
Copied
You are reading too much into it, Paula. All I am saying is that it is possible that the team may post the roadmap on their own here.
Copy link to clipboard
Copied
hello Preran,
Thank you for your post... but in fact, I wasn't expecting a simple roadmap... a roadmap was a bit like a sword in the water... here in France we say a cast on a wooden leg.
please read again correctly the messages #21 and #23 to which in fact it does not seem to me to have seen any answer pass
thanks for your attention and have pleasant day
birnou
Copy link to clipboard
Copied
https://forums.adobe.com/people/B+i+r+n+o+u wrote
hello Preran,
Thank you for your post... but in fact, I wasn't expecting a simple roadmap... a roadmap was a bit like a sword in the water... here in France we say a cast on a wooden leg.
please read again correctly the messages #21 and #23 to which in fact it does not seem to me to have seen any answer pass
thanks for your attention and have pleasant day
birnou
I don't think the discussion is going to happen Birnou, which is what I ment when I said 'I have a bad feeling'.
Copy link to clipboard
Copied
yep... I know your point Paula,
in fact, I'm expecting Preran to clearly answer to previous message #21 and #23
I also have started different thread on alpha forum... posted different Bugs too...
currently he is in location and will be back next week.... so I propose that we wait until there
so Preran it is over to you
Copy link to clipboard
Copied
Hi all,
I have been pursuing this question with the team, and last I heard (which was a week ago), they are still working on it. I will check and get back to you. I wish I had a more comprehensive answer but this is the most I have at the moment. The product continues to be developed, and I am checking with the team about their priorities for future updates.
Thanks,
Preran
Copy link to clipboard
Copied
Don't worry Preran.
I for one, was not really expecting the Dw team to tell us anything new, or join in a discussion.
Copy link to clipboard
Copied
Hello All,
We appreciate your feedback. We are actively working on improving Dreamweaver to meet your web development needs.
Here is an overview of improvements we are working on for upcoming Dreamweaver updates in 2019 and 2020.
Kindly have a look into the blog post and share your thoughts.
Regards
Copy link to clipboard
Copied
Thank you for the blog post, but can I suggest that yourself, (or prerank28948274) start a new discussion, specifically for discussing the blog post.
Copy link to clipboard
Copied
hello yshivaprasad,
I support Paula's proposal, it would be very interesting if a discussion could be set up around the next and future developments of DW
thanks again for the link and the very first step
have a pleasant day
birnou
Copy link to clipboard
Copied
hello yshivaprasad,
Perhaps you have missed my previous comment #36, so I repost it....
Preran, do you know if some person of the staff are in vacation right now, at least yshivaprasad
I support Paula's proposal, it would be very interesting if a discussion could be set up around the next and future developments of DW
thanks again for the link and the very first step
have a pleasant day
birnou


-
- 1
- 2