SUMMARY The color of inline annotations is defined by the stroke color button (with a stroke color icon), not by the fill color button, which makes not much sense to me. The fill color button (with a fill color icon) then says “Current annotation has no fill color”. STEPS TO REPRODUCE 1. Open a document. 2. Select Inline Note annotation tool. OBSERVED RESULT Stroke color button enabled, but defines the fill color. EXPECTED RESULT Fill color button enabled.
I think that, if possible, this should be changed at the level of PageViewAnnotator, so that inline note stores its color in the attribute `innerColor` instead of `color`. In a previous version of the annotation toolbar implemented a logic in annotationactionhandler in order to map the stroke color button to color only for inline note, but than I dropped it because it was a bit of a mess.