Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Raymond Camden / cfjedimaster (Raymond Camden)
Created: 07/30/2014
Components: Extensions
Versions: 3.0
Failure Type: Cosmetic Issue
Found In Build/Fixed In Build: 3.0 Final / 299530
Priority/Frequency: Minor / Some users will encounter
Locale/System: English / Mac 10.9
Vote Count: 0
I've got a view where I attempted to use a link tag to add in bootstrap. For some reason, it never worked. But when I inlined the styles via a style tag, it did. This is what I was sending in the view html:
<html lang="en">
<head>
<link rel="stylesheet" href="/cflint/handlers/bootstrap.min.css" />
<style>
h2 { color: red; }
</style>
</head>
<body>
<div class="container">
<h2>CFLint for #title#</h2>
<p>
Hello world #serializeJSON(selection)#
</p>
<button type="button" class="btn btn-danger">Danger</button>
</div>
</body>
</html>
Note that the URL was hard coded, I'd normally make that dynamic in a extension. But it worked as a CFM in a regular request, just not via the extension API.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3797276
External Customer Info:
External Company:
External Customer Name: cfjedimaster
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: